aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/scene.h')
-rw-r--r--engines/sherlock/scene.h2
1 files changed, 1 insertions, 1 deletions
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: