diff options
Diffstat (limited to 'engines/cine/gfx.cpp')
| -rw-r--r-- | engines/cine/gfx.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/gfx.cpp b/engines/cine/gfx.cpp index 16bf4baa07..9632c1c005 100644 --- a/engines/cine/gfx.cpp +++ b/engines/cine/gfx.cpp @@ -36,7 +36,7 @@  namespace Cine { -byte *page3Raw; +byte *collisionPage;  FWRenderer *renderer = NULL;  static const byte mouseCursorNormal[] = {  | 
