- modified to use the new /sim/freeze property
This commit is contained in:
parent
7fd44010e1
commit
7a723244a0
1 changed files with 2 additions and 2 deletions
|
@ -545,9 +545,9 @@ parse_option (const string& arg)
|
|||
} else if ( arg == "--enable-mouse-pointer" ) {
|
||||
fgSetString("/sim/startup/mouse-pointer", "enabled");
|
||||
} else if ( arg == "--disable-freeze" ) {
|
||||
globals->set_freeze(false);
|
||||
fgSetBool("/sim/freeze", false);
|
||||
} else if ( arg == "--enable-freeze" ) {
|
||||
globals->set_freeze(true);
|
||||
fgSetBool("/sim/freeze", true);
|
||||
} else if ( arg == "--disable-anti-alias-hud" ) {
|
||||
fgSetBool("/sim/hud/antialiased", false);
|
||||
} else if ( arg == "--enable-anti-alias-hud" ) {
|
||||
|
|
Loading…
Reference in a new issue