diff gui/interface.c @ 36279:79519749ef4e

Be more pedantic about type of the constant.
author ib
date Tue, 30 Jul 2013 11:52:47 +0000
parents cb8ef00df29f
children 872298702c15
line wrap: on
line diff
--- a/gui/interface.c	Tue Jul 30 11:26:52 2013 +0000
+++ b/gui/interface.c	Tue Jul 30 11:52:47 2013 +0000
@@ -818,7 +818,7 @@
             }
 
             guiInfo.ElapsedTime = 0;
-            guiInfo.Position    = 0;
+            guiInfo.Position    = 0.0f;
 
             if (gtkShowVideoWindow) {
                 guiInfo.VideoWindow = True;