mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Use some disassembly-based values.
svn-id: r16000
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ Script::Script() {
|
||||
} else if (rsc_len % S_LUT_ENTRYLEN_ITEDISK == 0) {
|
||||
_scriptLUTEntryLen = S_LUT_ENTRYLEN_ITEDISK;
|
||||
} else {
|
||||
error("Error: Invalid script lookup table length");
|
||||
error("Error: Invalid script lookup table length (%d)", rsc_len);
|
||||
}
|
||||
|
||||
// Calculate number of entries
|
||||
|
||||
Reference in New Issue
Block a user