From 69f2302a1adb9ead458e38a45429477eac2b6ce4 Mon Sep 17 00:00:00 2001 From: Borja Lorente Date: Wed, 17 Aug 2016 17:19:05 +0200 Subject: MACVENTURE: Remove JavaScript constructs --- engines/macventure/script.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/macventure/script.h') diff --git a/engines/macventure/script.h b/engines/macventure/script.h index e5ad6e5f6c..0e81e41168 100644 --- a/engines/macventure/script.h +++ b/engines/macventure/script.h @@ -157,6 +157,7 @@ private: int16 neg16(int16 val); int16 neg8(int16 val); int16 sumChildrenAttr(int16 obj, int16 attr, bool recursive); + void ensureNonzeroDivisor(int16 divisor, byte opcode); // Opcodes void op80GATT(EngineState *state, EngineFrame *frame); //get attribute -- cgit v1.2.3