diff gui/ui/actions.c @ 35777:6d576acb772b

Relocate uiLoadPlay. It's a general ui variable and not really related to the main window. Additionally, remove unnecessary initialization.
author ib
date Fri, 25 Jan 2013 11:14:11 +0000
parents 85d45ea7ba5d
children 4073fff5efc7
line wrap: on
line diff
--- a/gui/ui/actions.c	Fri Jan 25 10:55:19 2013 +0000
+++ b/gui/ui/actions.c	Fri Jan 25 11:14:11 2013 +0000
@@ -59,6 +59,8 @@
 
 #define GUI_REDRAW_WAIT 375   // in milliseconds
 
+int uiLoadPlay;
+
 static unsigned int last_redraw_time;
 
 /**