aboutsummaryrefslogtreecommitdiff
path: root/scumm/charset.h
diff options
context:
space:
mode:
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 {