Skip to content

Commit

Permalink
TONY: Fix some more uninitialised field values
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed May 12, 2012
1 parent c35b539 commit 60deca7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions engines/tony/gfxengine.cpp
Expand Up @@ -101,6 +101,10 @@ RMGfxEngine::RMGfxEngine() {
m_bGUIOption = false;
m_bGUIInterface = false;
m_bGUIInventory = false;
m_bAlwaysDrawMouse = false;
m_bOption = false;
m_bLocationLoaded = false;
m_bInput = false;
}

RMGfxEngine::~RMGfxEngine() {
Expand Down

0 comments on commit 60deca7

Please sign in to comment.