1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 19:29: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")) {
start_game();
PHASE(3);
start_game();
calcparam();
rug::init();
}