projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58bb408
)
Level test mode didn't quit properly when Esc was pressed (fixed)
author
Ricardo Cruz
<rick2@aeiou.pt>
Tue, 20 Apr 2004 18:46:57 +0000
(18:46 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Tue, 20 Apr 2004 18:46:57 +0000
(18:46 +0000)
SVN-Revision: 600
src/gameloop.cpp
patch
|
blob
|
history
diff --git
a/src/gameloop.cpp
b/src/gameloop.cpp
index
40a609b
..
11cab65
100644
(file)
--- a/
src/gameloop.cpp
+++ b/
src/gameloop.cpp
@@
-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();