From 4824af64bbfd1435f7e8750dc7fed3638d208e35 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 15 Mar 2005 17:56:50 +0000 Subject: Minor NES-related fixes o Actors do not leave trails, though background isn't restored since that code always uses two buffers and nes isn't. I have to switch it to use two o Add Swedish version of MM NES o Code formatting fixes svn-id: r17156 --- scumm/resource_v2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/resource_v2.cpp') diff --git a/scumm/resource_v2.cpp b/scumm/resource_v2.cpp index 64030a6a84..fbc4d3d392 100644 --- a/scumm/resource_v2.cpp +++ b/scumm/resource_v2.cpp @@ -173,7 +173,7 @@ void ScummEngine_v2::readIndexFile() { break; case 0x4643: if (!(_features & GF_NES)) - error("Use maniacnes target"); + error("Use maniac target"); printf("NES V1 game detected\n"); _version = 1; readClassicIndexFile(); -- cgit v1.2.3