From 40a0964a93b1366307e3eb779f20196cc5c1e270 Mon Sep 17 00:00:00 2001 From: Jonny007-MKD <1-23-4-5@web.de> Date: Tue, 7 Jan 2014 20:29:31 +0100 Subject: [PATCH] small fix --- GDE_3_2008/Graphics/Graphicfunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GDE_3_2008/Graphics/Graphicfunctions.cpp b/GDE_3_2008/Graphics/Graphicfunctions.cpp index ff66f87..c6524ca 100644 --- a/GDE_3_2008/Graphics/Graphicfunctions.cpp +++ b/GDE_3_2008/Graphics/Graphicfunctions.cpp @@ -249,5 +249,5 @@ void updatescr() // Neuzeichnen des gesamten Zeichenbereiches. } bool stopProcess() { - return (bool)theApp.m_stopflag ; + return theApp.m_stopflag == TRUE; }