summaryrefslogtreecommitdiffstats
path: root/games/hack/hack.apply.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/hack/hack.apply.c')
-rw-r--r--games/hack/hack.apply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hack/hack.apply.c b/games/hack/hack.apply.c
index 12fb470..fa939d6 100644
--- a/games/hack/hack.apply.c
+++ b/games/hack/hack.apply.c
@@ -242,7 +242,7 @@ static boolean dig_down;
static
dig() {
struct rm *lev;
- dpx = dig_pos.x, dpy = dig_pos.y;
+ int dpx = dig_pos.x, dpy = dig_pos.y;
/* perhaps a nymph stole his pick-axe while he was busy digging */
/* or perhaps he teleported away */
OpenPOWER on IntegriCloud