aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/adl.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/adl.h')
-rw-r--r--engines/adl/adl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/adl/adl.h b/engines/adl/adl.h
index d13e122181..57036b9bb3 100644
--- a/engines/adl/adl.h
+++ b/engines/adl/adl.h
@@ -175,6 +175,7 @@ protected:
virtual void checkInput(byte verb, byte noun);
virtual void setupOpcodeTables();
+ virtual bool matchesCurrentPic(byte pic) const;
// Opcodes
int o1_isItemInRoom(ScriptEnv &e);