summaryrefslogtreecommitdiff
path: root/src/util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.hpp')
-rw-r--r--src/util.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.hpp b/src/util.hpp
index e7f0d5e2..02f3baf5 100644
--- a/src/util.hpp
+++ b/src/util.hpp
@@ -83,7 +83,7 @@ int get_keymap_mode();
void repeat_push(int what);
bool repeat_pull(int *what);
void repeat_check(s16b *command_cmd);
-void get_count(int number, int max);
+s16b get_count(int number, int max);
bool in_bounds(int y, int x);
bool in_bounds2(int y, int x);
bool panel_contains(int y, int x);