summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.h b/src/game.h
index be4853ae..96c6ca5c 100644
--- a/src/game.h
+++ b/src/game.h
@@ -98,6 +98,6 @@ int get_packet_length(short);
* Returns elapsed time. (Warning: very unsafe function, it supposes the delay
* is always < 10 seconds)
*/
-short get_elapsed_time(short start_time);
+int get_elapsed_time(int start_time);
#endif