TESTBED: some more refinements with handling Quit events in GUI
svn-id: r52078
This commit is contained in:
parent
f9005dd4b3
commit
169d1eb0cc
5 changed files with 21 additions and 16 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue