1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

added start_game() to -rugon

This commit is contained in:
Zeno Rogue 2020-03-29 12:03:07 +02:00
parent cfffdbcf24
commit c0f57c28bc

View File

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