summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-26 21:00:55 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-26 21:00:55 +0200
commit9f4251ec8809d716eeb7930928517b9e2bcdea86 (patch)
treebfd732eb553721d083b0e6cec45745966ded103b /src/main.c
parent4ac43f667228f37723071895b654422bbaad4835 (diff)
Remove "player_uid" global
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 6bd2b154..af719a20 100644
--- a/src/main.c
+++ b/src/main.c
@@ -248,6 +248,8 @@ int main(int argc, char *argv[])
bool_ args = TRUE;
+ int player_uid;
+
#ifdef CHECK_MEMORY_LEAKS
GC_find_leak = 1;
#endif /* CHECK_MEMORY_LEAKS */