Added debug message similar to the one for the scene LUT.

svn-id: r15941
This commit is contained in:
Torbjörn Andersson 2004-11-28 18:26:09 +00:00
parent f6b495c8bc
commit 988b0ce9c1

View File

@ -102,6 +102,8 @@ Script::Script() {
// Calculate number of entries
_scriptLUTMax = rsc_len / _scriptLUTEntryLen;
debug(0, "LUT has %d entries.", _scriptLUTMax);
// Allocate space for logical LUT
_scriptLUT = (SCRIPT_LUT_ENTRY *)malloc(_scriptLUTMax * sizeof(SCRIPT_LUT_ENTRY));
if (_scriptLUT == NULL) {