aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/nut_renderer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/nut_renderer.h b/scumm/nut_renderer.h
index d68fb93894..1524fbc86f 100644
--- a/scumm/nut_renderer.h
+++ b/scumm/nut_renderer.h
@@ -39,8 +39,8 @@ protected:
void decodeCodec44(byte *dst, const byte *src, uint32 length);
- virtual void draw2byte(byte *dst, byte *mask, int c, int x, int y, byte color);
- virtual void drawChar(byte *dst, byte *mask, byte c, int x, int y, byte color);
+ void draw2byte(byte *dst, byte *mask, int c, int x, int y, byte color);
+ void drawChar(byte *dst, byte *mask, byte c, int x, int y, byte color);
public:
NutRenderer(Scumm *vm);