Skip to content

Commit

Permalink
Merge pull request #236 from aquileia/next_level
Browse files Browse the repository at this point in the history
Fix :n debug command
  • Loading branch information
gfgtdf committed Jul 6, 2014
2 parents eb9b3c9 + f55e12d commit c2e3b40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/menu_events.cpp
Expand Up @@ -2948,6 +2948,7 @@ void console_handler::do_next_level()
e.transient.carryover_report = false;
e.prescenario_save = true;
e.transient.linger_mode = false;
e.proceed_to_next_level = true;
throw end_level_exception(VICTORY);
}

Expand Down

0 comments on commit c2e3b40

Please sign in to comment.