Fixed main.h after chaning variable type in main.c

This commit is contained in:
Polonkai Gergely 2012-03-12 22:51:17 +00:00
parent 4ed9f6bcea
commit 732297f365
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# include <glib.h>
extern GMainContext *game_context;
extern gulong elapsed_seconds;
extern guint32 elapsed_seconds;
#endif /* __WMUD_MAIN_H__ */