diff options
Diffstat (limited to 'games/hack/hack.potion.c')
-rw-r--r-- | games/hack/hack.potion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hack/hack.potion.c b/games/hack/hack.potion.c index 5709f25..751b7e0 100644 --- a/games/hack/hack.potion.c +++ b/games/hack/hack.potion.c @@ -191,7 +191,7 @@ use_it: pluslvl() { - num; + int num; pline("You feel more experienced."); num = rnd(10); |