- Use obstacks for memory allocation for lispfiles and DrawingRequests,
[supertux.git] / src / mainloop.cpp
index 5f9230f..07d8536 100644 (file)
@@ -49,7 +49,7 @@ static const int MAX_FRAME_SKIP = 2;
 MainLoop* main_loop = NULL;
 
 MainLoop::MainLoop()
-  : speed(1.0), nextpop(false), nextpush(false)
+  : speed(1.0), nextpop(false), nextpush(false), fps(0)
 {
   using namespace Scripting;
   TimeScheduler::instance = new TimeScheduler();