summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 40118805..d4e1ed6f 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -358,7 +358,7 @@ void do_input()
WFIFOSET(7);
current_npc = id;
}
- } /*
+ }
else {
id = find_pc(mx, my);
if (id != 0) {
@@ -367,7 +367,7 @@ void do_input()
WFIFOL(2) = net_l_value(id);
WFIFOSET(6);
}
- } */
+ }
}
}
else if (event.type == SDL_QUIT)