From 87647b40cb53f8c7583060703b39cf65b07c17b8 Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Sat, 21 May 2011 14:07:03 +0200 Subject: [PATCH] Fix win-compile for new pause command. --- src/Main/fg_commands.cxx | 1 + 1 file changed, 1 insertion(+) 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; } /** -- 2.39.5