Level test mode didn't quit properly when Esc was pressed (fixed)
authorRicardo Cruz <rick2@aeiou.pt>
Tue, 20 Apr 2004 18:46:57 +0000 (18:46 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Tue, 20 Apr 2004 18:46:57 +0000 (18:46 +0000)
SVN-Revision: 600

src/gameloop.cpp

index 40a609b..11cab65 100644 (file)
@@ -493,9 +493,6 @@ GameSession::run()
               frame_ratio -= 1.0f;
             }
           overlap = frame_ratio;
-
-          if (exit_status != NONE)
-            return exit_status;
         }
       else
         {
@@ -563,7 +560,7 @@ GameSession::run()
             }
         }
     }
-
+  
   halt_music();
 
   world->get_level()->free_gfx();