From 65a7d28e21de26aa0d85b95b42969e513b5db812 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Wed, 1 Dec 2010 14:57:05 +0000 Subject: MOHAWK: Rename the Myst stack/card link maps svn-id: r54702 --- engines/mohawk/myst_scripts.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/mohawk/myst_scripts.h') diff --git a/engines/mohawk/myst_scripts.h b/engines/mohawk/myst_scripts.h index 69389fe28b..c0e1bf2e66 100644 --- a/engines/mohawk/myst_scripts.h +++ b/engines/mohawk/myst_scripts.h @@ -141,8 +141,8 @@ protected: uint16 _savedCursorId; uint16 _tempVar; // Generic temp var used by the scripts - static const uint8 stack_map[]; - static const uint16 start_card[]; + static const uint8 _stackMap[]; + static const uint16 _startCard[]; void setupCommonOpcodes(); void varUnusedCheck(uint16 op, uint16 var); -- cgit v1.2.3