Skip to content

Commit

Permalink
Exclude end sequence from focus lose code
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Mar 17, 2015
1 parent 590805b commit 82869e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supertux/game_session.cpp
Expand Up @@ -276,7 +276,7 @@ GameSession::abort_level()
bool
GameSession::is_active() const
{
return !game_pause && active;
return !game_pause && active && !end_sequence;
}

void
Expand Down

0 comments on commit 82869e7

Please sign in to comment.