fixed -draw: start_game() was missing

This commit is contained in:
Zeno Rogue 2020-04-01 11:25:13 +02:00
parent 669d9a1d8a
commit fee3734c6b
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ int arg::readCommon() {
}
#endif
else if(argis("-draw")) {
PHASE(3); drawscreen();
PHASE(3); start_game(); drawscreen();
}
else if(argis("-rotate")) {
PHASE(3); start_game();