Skip to content

Commit

Permalink
TOON: Fix uninitialized variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Jun 13, 2016
1 parent b51d60f commit 010e676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/toon/toon.cpp
Expand Up @@ -1298,6 +1298,7 @@ ToonEngine::ToonEngine(OSystem *syst, const ADGameDescription *gameDescription)
_scriptState[i].running = false;
}
_currentScriptRegion = 0;
_currentFont = nullptr;
}

ToonEngine::~ToonEngine() {
Expand Down

0 comments on commit 010e676

Please sign in to comment.