Age | Commit message (Collapse) | Author |
|
This is used in another version of KQ4 early (0.000.274)
|
|
MKID_BE relied on unspecified behavior of the C++ compiler,
and as such was always a bit unsafe. The new MKTAG macro
is slightly less elegant, but does no longer depend on the
behavior of the compiler.
Inspired by FFmpeg, which has an almost identical macro.
|
|
|
|
This silences a number of warnings about possible uninitialized
parameter use.
|
|
From bug #3275626
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix potential more invalid read issues in RIF loading
|
|
|
|
|
|
(Same LB version as the main game)
|
|
|
|
|
|
|
|
|
|
|
|
This more or less silently fixes the silent music introduced with f19e201, by
me setting volume to "true" instead of "255". Whoops.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Maybe caused random crashes on reading invalid memory
|
|
|
|
|
|
|
|
ScummEngine_v60he
|
|
|
|
scumm.h
|
|
|
|
|
|
#3272735, #3275413)
|
|
|
|
|
|
|