aboutsummaryrefslogtreecommitdiff
path: root/scumm/charset.h
diff options
context:
space:
mode:
authorMax Horn2005-03-25 01:52:20 +0000
committerMax Horn2005-03-25 01:52:20 +0000
commit47ee0ce884bc6a2c53a970c013f0a6f1d0d30a21 (patch)
treed2007428fdeee997fd900b8cbb02e2bc7cf5ab26 /scumm/charset.h
parentc86b18716b2bbc1b420e4811ba714e83b0c997bc (diff)
downloadscummvm-rg350-47ee0ce884bc6a2c53a970c013f0a6f1d0d30a21.tar.gz
scummvm-rg350-47ee0ce884bc6a2c53a970c013f0a6f1d0d30a21.tar.bz2
scummvm-rg350-47ee0ce884bc6a2c53a970c013f0a6f1d0d30a21.zip
Moved _roomStrips to class Gdi; put some GFX pre-room init code into the new method Gdi::roomChanged(); some more cleanup
svn-id: r17226
Diffstat (limited to 'scumm/charset.h')
-rw-r--r--scumm/charset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/charset.h b/scumm/charset.h
index c41f1051e6..a9be1dd231 100644
--- a/scumm/charset.h
+++ b/scumm/charset.h
@@ -88,7 +88,7 @@ protected:
public:
CharsetRenderer(ScummEngine *vm);
- virtual ~CharsetRenderer() {}
+ virtual ~CharsetRenderer();
void restoreCharsetBg();
void clearCharsetMask();