]> git.mxchange.org Git - flightgear.git/commitdiff
Fix win-compile for new pause command.
authorThorstenB <brehmt@gmail.com>
Sat, 21 May 2011 12:07:03 +0000 (14:07 +0200)
committerThorstenB <brehmt@gmail.com>
Sat, 21 May 2011 12:07:03 +0000 (14:07 +0200)
src/Main/fg_commands.cxx

index 672065f45a2d0e69339ea0568d2b74789c0e1e95..fc70b43f107347eb2c4c6b4fb806d9f32e1000a7 100644 (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;
 }
 
 /**