mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
fixed -draw: start_game() was missing
This commit is contained in:
parent
669d9a1d8a
commit
fee3734c6b
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user