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 d2b25f699e..6d4f11f6b8 100644 --- a/saga/script.cpp +++ b/saga/script.cpp @@ -112,7 +112,7 @@ Script::Script() {  		// Skip the unused portion of the structure  		for (j = scriptS.pos(); j < prevTell + _scriptLUTEntryLen; j++) {  			if (scriptS.readByte() != 0) -				error("Unused scriptLUT part isn't really unused for LUT %d (pos: %d)", i, j); +				warning("Unused scriptLUT part isn't really unused for LUT %d (pos: %d)", i, j);  		}  	} | 
