set defaults for game_pause and end_pos.
authorTobias Gläßer <tobi.web@gmx.de>
Sun, 21 Dec 2003 14:47:36 +0000 (14:47 +0000)
committerTobias Gläßer <tobi.web@gmx.de>
Sun, 21 Dec 2003 14:47:36 +0000 (14:47 +0000)
SVN-Revision: 34

src/gameloop.c

index 09ce86b..dc3bbe9 100644 (file)
@@ -2140,6 +2140,7 @@ int gameloop(void)
   frame = 0;
   tux_frame_main = 0;
   tux_frame = 0;
+  game_pause = 0;
   
   do
     {
@@ -2389,6 +2390,7 @@ void loadlevel(void)
   counting_distros = NO;
   distro_counter = 0;
   
+  endpos = 0;
   
   /* Level Intro: */