From: ThorstenB Date: Sat, 21 May 2011 12:07:03 +0000 (+0200) Subject: Fix win-compile for new pause command. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=87647b40cb53f8c7583060703b39cf65b07c17b8;p=flightgear.git Fix win-compile for new pause command. --- diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index 672065f45..fc70b43f1 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -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; } /**