From: Tobias Gläßer Date: Sun, 21 Dec 2003 14:47:36 +0000 (+0000) Subject: set defaults for game_pause and end_pos. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=19404f3e3d352f39034885673f55bcd1960e45b0;p=supertux.git set defaults for game_pause and end_pos. SVN-Revision: 34 --- diff --git a/src/gameloop.c b/src/gameloop.c index 09ce86b0b..dc3bbe95e 100644 --- a/src/gameloop.c +++ b/src/gameloop.c @@ -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: */