From faa12496e48b2eef79f92ae8e8ec69241cfd7d86 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 17 Mar 2004 01:50:15 +0000 Subject: Fix for bug #893254 (MI1VGA: Changes in object names are not saved); this may introduce regressions, please report them (overall, this is a neat patch, it removes so many ugly hacks :-) svn-id: r13325 --- scumm/resource_v3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/resource_v3.cpp') diff --git a/scumm/resource_v3.cpp b/scumm/resource_v3.cpp index 4080d129d8..7acff39842 100644 --- a/scumm/resource_v3.cpp +++ b/scumm/resource_v3.cpp @@ -199,7 +199,7 @@ void ScummEngine_v3::readMAXS() { _numLocalObjects = 200; // 200 _numArray = 50; _numVerbs = 100; - _numNewNames = 0; + _numNewNames = 50; _objectRoomTable = NULL; _numCharsets = 9; // 9 _numInventory = 80; // 80 -- cgit v1.2.3