Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GraphicManager::init().
|
|
|
|
|
|
I think this fixes CID 1086888, but I haven't been able to find
where in the game this constructor is used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SCUMM: Fix unused variable warnings
|
|
Regression from 14cb1f09c0bc2cace830eaa793227f195acb06bc.
This fixes font border drawing.
|
|
|
|
opcode is unhandled
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Although I did not consult with disassembly, judging from the game
logic _unkEndSeqVar4 is used for switching certain Malcolm frames,
and it is apparent that this should happen only under condition,
not always.
|
|
|
|
|
|
|