diff options
Diffstat (limited to 'saga/script.cpp')
-rw-r--r-- | saga/script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/script.cpp b/saga/script.cpp index beb3173d12..228b8f2191 100644 --- a/saga/script.cpp +++ b/saga/script.cpp @@ -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 |