Never continue if terminated is flagged.

1.2
Ariya Hidayat 2011-06-17 20:52:13 -07:00
parent 944afb314e
commit 12c81516cc
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ bool Phantom::execute()
return false;
}
return true;
return !m_terminated;
}
int Phantom::returnValue() const