Fixed tiles in village.
[supertux.git] / src / mainloop.cpp
index 2001a14..55a87d3 100644 (file)
@@ -214,7 +214,7 @@ MainLoop::run()
 {
   DrawingContext context;
 
-  Uint32 last_ticks;
+  Uint32 last_ticks = 0;
   Uint32 elapsed_ticks = 0;
   int skipped_frames = 0;