diff options
| author | Paul Gilbert | 2015-05-27 20:26:40 -0400 | 
|---|---|---|
| committer | Paul Gilbert | 2015-05-27 20:26:40 -0400 | 
| commit | 0d4163c6e932bed2b85843f6ab3b5066d0353df6 (patch) | |
| tree | c2c23e06cf5e60cdd1bd205a421469b902646d0b /engines/sherlock/talk.cpp | |
| parent | 483a72b8b840a9ebbb7009b3dcd20878d0ffad58 (diff) | |
| download | scummvm-rg350-0d4163c6e932bed2b85843f6ab3b5066d0353df6.tar.gz scummvm-rg350-0d4163c6e932bed2b85843f6ab3b5066d0353df6.tar.bz2 scummvm-rg350-0d4163c6e932bed2b85843f6ab3b5066d0353df6.zip | |
SHERLOCK: Implemented initial background clearing of RT doBgAnim
Diffstat (limited to 'engines/sherlock/talk.cpp')
| -rw-r--r-- | engines/sherlock/talk.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/sherlock/talk.cpp b/engines/sherlock/talk.cpp index b4be5eed8b..5e9cb02a3d 100644 --- a/engines/sherlock/talk.cpp +++ b/engines/sherlock/talk.cpp @@ -332,7 +332,7 @@ void Talk::talkTo(const Common::String &filename) {  	if (IS_SERRATED_SCALPEL) {  		// Restore any pressed button  		if (!ui._windowOpen && savedMode != STD_MODE) -			((ScalpelUserInterface *)_vm->_ui)->restoreButton((int)(savedMode - 1)); +			((Scalpel::ScalpelUserInterface *)_vm->_ui)->restoreButton((int)(savedMode - 1));  	}  	// Clear the ui counter so that anything displayed on the info line | 
