aboutsummaryrefslogtreecommitdiff
path: root/scumm/charset.h
diff options
context:
space:
mode:
authorMax Horn2004-01-08 17:41:11 +0000
committerMax Horn2004-01-08 17:41:11 +0000
commitd1a80a659bdb6ad928f75291e7a5d824b3f05eed (patch)
treecfb96b7fbf1ae4f501708cb7057f6d99d489743d /scumm/charset.h
parentc2b7531c56a01b973f52f12b9a2922068ec79725 (diff)
downloadscummvm-rg350-d1a80a659bdb6ad928f75291e7a5d824b3f05eed.tar.gz
scummvm-rg350-d1a80a659bdb6ad928f75291e7a5d824b3f05eed.tar.bz2
scummvm-rg350-d1a80a659bdb6ad928f75291e7a5d824b3f05eed.zip
cleanup
svn-id: r12259
Diffstat (limited to 'scumm/charset.h')
-rw-r--r--scumm/charset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/charset.h b/scumm/charset.h
index edb66bf12c..056fd967ef 100644
--- a/scumm/charset.h
+++ b/scumm/charset.h
@@ -122,9 +122,9 @@ protected:
int getCharWidth(byte chr) { return 8; }
public:
- CharsetRendererV2(ScummEngine *vm) : CharsetRendererV3(vm) {}
+ CharsetRendererV2(ScummEngine *vm, Common::Language language);
- void setCurID(byte id);
+ void setCurID(byte id) {}
};
class CharsetRendererNut : public CharsetRenderer {