rug:: fixed start_game after PHASE in -rugon

This commit is contained in:
Zeno Rogue 2020-04-15 01:43:45 +02:00
parent c2d70bb61c
commit 4413743ff3
1 changed files with 1 additions and 1 deletions

View File

@ -1774,8 +1774,8 @@ int rugArgs() {
}
else if(argis("-rugon")) {
start_game();
PHASE(3);
start_game();
calcparam();
rug::init();
}