Skip to content

Commit

Permalink
DREAMWEB: Fix uninitialized variable
Browse files Browse the repository at this point in the history
  • Loading branch information
wjp committed Dec 27, 2011
1 parent d0a302f commit 8ed39a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engines/dreamweb/dreamweb.cpp
Expand Up @@ -420,6 +420,9 @@ DreamBase::DreamBase(DreamWeb::DreamWebEngine *en) : engine(en) {
_quitRequested = false;

_currentSample = 0xff;

_oldSubject._type = 0;
_oldSubject._index = 0;
}

} // End of namespace DreamGen

0 comments on commit 8ed39a2

Please sign in to comment.