From 1f9d1e9c16da9fa6484b49dc4e4b05a89387116d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 2 Jun 2015 21:26:42 -0400 Subject: SHERLOCK: Implement RT drawAllShapes and support methods --- engines/sherlock/scene.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock/scene.h') diff --git a/engines/sherlock/scene.h b/engines/sherlock/scene.h index 37a1b32740..6b59faae6d 100644 --- a/engines/sherlock/scene.h +++ b/engines/sherlock/scene.h @@ -196,7 +196,7 @@ protected: /** * Draw all the shapes, people and NPCs in the correct order */ - void drawAllShapes(); + virtual void drawAllShapes() = 0; Scene(SherlockEngine *vm); public: -- cgit v1.2.3