Skip to content

Commit

Permalink
Removed some disabled code
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed Aug 9, 2014
1 parent 2ee9504 commit 2b3486d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/supertux/game_session.cpp
Expand Up @@ -322,16 +322,6 @@ GameSession::run_script(std::istream& in, const std::string& sourcename)
void
GameSession::process_events()
{
// end of pause mode?
// XXX this looks like a fail-safe to unpause the game if there's no menu
// XXX having it enabled causes some unexpected problems
// XXX hopefully disabling it won't...
/*
if(!Menu::current() && game_pause) {
game_pause = false;
}
*/

// playback a demo?
if(playback_demo_stream != 0) {
demo_controller->update();
Expand Down

0 comments on commit 2b3486d

Please sign in to comment.