Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes expose events with the opengl backend.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|