From f86768fee8aabb448152092b95a0a0b08e59eb63 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 16 Mar 2005 03:20:32 +0000 Subject: Preliminary support for NES charsets. Colors are wrong and we get glitches caused by too narrow screen. Also text clearing doesn't work. svn-id: r17164 --- scumm/script_v2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/script_v2.cpp') diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp index a509a01f91..1f121d44d7 100644 --- a/scumm/script_v2.cpp +++ b/scumm/script_v2.cpp @@ -1538,7 +1538,7 @@ void ScummEngine_v2::o2_switchCostumeSet() { // NES version of maniac uses this to switch between the two // groups of costumes it has if (_features & GF_NES) - _v1MMNESCostumeSet = fetchScriptByte(); + _NESCostumeSet = fetchScriptByte(); else o2_dummy(); } -- cgit v1.2.3