summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2005-04-11 08:08:21 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2005-04-11 08:08:21 +0000
commit222f8a034707e8f57dc0e4795462af610a911d75 (patch)
treeb3d326477ff6da6718110c0becafb51bd8c0430f /src/game.h
parentac6ed9c03198156e7ebeefc18f2ba04073d5acb8 (diff)
downloadmana-client-222f8a034707e8f57dc0e4795462af610a911d75.tar.gz
mana-client-222f8a034707e8f57dc0e4795462af610a911d75.tar.bz2
mana-client-222f8a034707e8f57dc0e4795462af610a911d75.tar.xz
mana-client-222f8a034707e8f57dc0e4795462af610a911d75.zip
Now damage and speech times are fps independent
and if they're displayed is checked in logic I also centered the speech above the player
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