diff options
Diffstat (limited to 'engines/tony/game.cpp')
| -rw-r--r-- | engines/tony/game.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/engines/tony/game.cpp b/engines/tony/game.cpp index 1b13fa98bf..03479d96a5 100644 --- a/engines/tony/game.cpp +++ b/engines/tony/game.cpp @@ -1473,6 +1473,9 @@ bool RMOptionScreen::loadThumbnailFromSaveState(int nState, byte *lpDestBuf, RMS  RMPointer::RMPointer() {  	Common::fill(_pointer, _pointer + 16, (RMGfxSourceBuffer8 *)NULL);  	Common::fill(_specialPointer, _specialPointer + 16, (RMItem *)NULL); + +	_nCurPointer = _nCurSpecialPointer = 0; +	_nCurCustomPointer = NULL;  }  RMPointer::~RMPointer() { | 
