Fix win-compile for new pause command.
This commit is contained in:
parent
53a954d631
commit
87647b40cb
1 changed files with 1 additions and 0 deletions
|
@ -322,6 +322,7 @@ do_pause (const SGPropertyNode * arg)
|
|||
fgSetBool("/sim/freeze/clock",!paused);
|
||||
if (fgGetBool("/sim/freeze/replay-state",false))
|
||||
fgSetBool("/sim/replay/disable",true);
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue