mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-05 09:10:29 +00:00
1af4932242
This patch/bug is closely related to the behavior shown in agos engine (see https://sourceforge.net/tracker/?func=detail&aid=1657436&group_id=37116&atid=418822). Every time structs are used to extract data from a buffer, these structs have to be packed. It is not OK to assume that the compiler does not pad the struct, or that it doesn't have alignment assumptions voodoo (see cited patch). svn-id: r25881 |
||
---|---|---|
.. | ||
agi | ||
agos | ||
cine | ||
gob | ||
kyra | ||
lure | ||
parallaction | ||
queen | ||
saga | ||
scumm | ||
sky | ||
sword1 | ||
sword2 | ||
touche | ||
engine.cpp | ||
engine.h | ||
engines.mk | ||
module.mk |