1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

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

View File

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