TESTBED: some more refinements with handling Quit events in GUI

svn-id: r52078
This commit is contained in:
Neeraj Kumar 2010-08-14 06:06:41 +00:00
parent f9005dd4b3
commit 169d1eb0cc
5 changed files with 21 additions and 16 deletions

View file

@ -322,11 +322,6 @@ bool Testsuite::enableTest(const Common::String &testName, bool toEnable) {
void Testsuite::execute() {
// Main Loop for a testsuite
// Do nothing if meant to exit
if (toQuit == kEngineQuit) {
return;
}
uint count = 0;
Common::Point pt = getDisplayRegionCoordinates();
pt.y += getLineSeparation();