args:: fixed -geo

This commit is contained in:
Zeno Rogue 2018-07-08 14:19:28 +02:00
parent adee24229c
commit 94371d8469
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ else if(args()[0] == '-' && args()[1] == x && args()[2] == '0') { PHASEFROM(2);
}
else if(argis("-geo")) {
shift(); targetgeometry = (eGeometry) argi();
if(targetgeometry != rg::geometry)
if(targetgeometry != geometry)
stop_game_and_switch_mode(rg::geometry);
}
else if(argis("-gp")) {