From 5e3236ac47bcda486642753480b96e6d9848bc54 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 1 Aug 2004 01:54:37 +0000 Subject: Add symbolic names for the array types, which makes the code easier to read/understand (note that array types != res types) svn-id: r14404 --- scumm/script_v7he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/script_v7he.cpp') diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp index ec9fb043e9..ff62eea9e9 100644 --- a/scumm/script_v7he.cpp +++ b/scumm/script_v7he.cpp @@ -491,7 +491,7 @@ void ScummEngine_v7he::o7_readINI() { push(0); break; case 2: // string - defineArray(0, 4, 0, 0); + defineArray(0, kStringArray, 0, 0); retval = readVar(0); writeArray(0, 0, 0, 0); push(retval); // var ID string -- cgit v1.2.3