Unload patch after the end of the game

This commit is contained in:
Jeffrey Pfau 2014-10-24 02:25:18 -07:00
parent 26c1b3c6c9
commit 02116415d1
1 changed files with 2 additions and 0 deletions

View File

@ -191,6 +191,8 @@ void GameController::closeGame() {
m_threadContext.fname = nullptr;
}
m_patch = QString();
m_gameOpen = false;
emit gameStopped(&m_threadContext);
}