Well, one small commit before going to bed to regain the commit king

(damn Arisme :-) ).

This fixes a warning found out by Valgrind when playing the Smush
movies in TheDig.

svn-id: r4170
This commit is contained in:
Lionel Ulmer 2002-05-01 23:03:38 +00:00
parent cdb1af9ad2
commit 97880e239a

View File

@ -510,6 +510,7 @@ void SmushPlayer::parseFOBJ()
cd.src = _cur + 0xE;
cd.w = *(uint16 *)(_cur + 6);
cd.h = *(uint16 *)(_cur + 8);
cd.flags = 0;
codec = _cur[0];