From: mfranz Date: Fri, 11 Nov 2005 07:17:26 +0000 (+0000) Subject: Fred: let the bool function actually return something X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7612767e3ae0d650a3fa408c84305bb730a32f4b;p=flightgear.git Fred: let the bool function actually return something --- diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index bd72af4c0..21a5b7d2a 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -1115,6 +1115,7 @@ do_gui_redraw (const SGPropertyNode * arg) { NewGUI * gui = (NewGUI *)globals->get_subsystem("gui"); gui->redraw(); + return true; } /**