aboutsummaryrefslogtreecommitdiff
path: root/scumm/charset.h
diff options
context:
space:
mode:
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 0c63c0b5b2..002dcfa5c3 100644
--- a/scumm/charset.h
+++ b/scumm/charset.h
@@ -56,7 +56,7 @@ protected:
virtual int getCharWidth(byte chr) = 0;
public:
- CharsetRenderer(Scumm *vm) : _vm(vm) { _dropShadow = false; }
+ CharsetRenderer(Scumm *vm);
virtual ~CharsetRenderer() {}
virtual void printChar(int chr) = 0;