mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-04 16:38:55 +00:00
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:
parent
cdb1af9ad2
commit
97880e239a
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user