added start_game() to -rugon

This commit is contained in:
Zeno Rogue 2020-03-29 12:03:07 +02:00
parent cfffdbcf24
commit c0f57c28bc
1 changed files with 1 additions and 0 deletions

View File

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