From fede8845aae8cc91d5a4d3da7df7e9d8ea54dc82 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 25 Nov 2012 22:38:37 +1100 Subject: HOPKINS: Properly initialise the NO_COUL variable at startup. This fixes animation issues with the factory lift near the end of the game. --- engines/hopkins/anim.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') diff --git a/engines/hopkins/anim.cpp b/engines/hopkins/anim.cpp index cf69e7164b..9cd97cf53a 100644 --- a/engines/hopkins/anim.cpp +++ b/engines/hopkins/anim.cpp @@ -36,6 +36,7 @@ namespace Hopkins { AnimationManager::AnimationManager() { CLS_ANM = false; NO_SEQ = false; + NO_COUL = false; } // Play Anim -- cgit v1.2.3