From a52de03324bf07891be4ff4e161668ed59a78d6e Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Fri, 11 Mar 2005 15:30:28 +0000 Subject: Renamed variables in the MPEG animation classes to better conform with ScummVM standard. It seems the 8-bit version of the code had decayed slightly, but I believe it's working again now. svn-id: r17081 --- sword1/screen.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sword1/screen.cpp') diff --git a/sword1/screen.cpp b/sword1/screen.cpp index 23b4f154bf..994419261b 100644 --- a/sword1/screen.cpp +++ b/sword1/screen.cpp @@ -32,6 +32,10 @@ #include "sword1/menu.h" #include "sword1/sword1.h" +#ifdef BACKEND_8BIT +#include "sword1/animation.h" +#endif + #if defined(__PALM_OS__) #include "arm/native.h" #include "arm/macros.h" -- cgit v1.2.3