1
0
Fork 0

Fred: let the bool function actually return something

This commit is contained in:
mfranz 2005-11-11 07:17:26 +00:00
parent 35c1b36c2d
commit 7612767e3a

View file

@ -1115,6 +1115,7 @@ do_gui_redraw (const SGPropertyNode * arg)
{
NewGUI * gui = (NewGUI *)globals->get_subsystem("gui");
gui->redraw();
return true;
}
/**