From 732297f36526129072875fe86948860d7622309a Mon Sep 17 00:00:00 2001 From: Polonkai Gergely Date: Mon, 12 Mar 2012 22:51:17 +0000 Subject: [PATCH] Fixed main.h after chaning variable type in main.c --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index b691b2c..fd4e7f0 100644 --- a/src/main.h +++ b/src/main.h @@ -4,7 +4,7 @@ # include extern GMainContext *game_context; -extern gulong elapsed_seconds; +extern guint32 elapsed_seconds; #endif /* __WMUD_MAIN_H__ */