small fix

This commit is contained in:
Jonny007-MKD 2014-01-07 20:29:31 +01:00
parent d27c3eb1f7
commit 40a0964a93

View file

@ -249,5 +249,5 @@ void updatescr() // Neuzeichnen des gesamten Zeichenbereiches.
} }
bool stopProcess() bool stopProcess()
{ {
return (bool)theApp.m_stopflag ; return theApp.m_stopflag == TRUE;
} }