1
0
Fork 0

Fix win-compile for new pause command.

This commit is contained in:
ThorstenB 2011-05-21 14:07:03 +02:00
parent 53a954d631
commit 87647b40cb

View file

@ -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;
}
/**