Age | Commit message (Collapse) | Author |
|
|
|
MSVC complains that this specific usage of sqrt() is ambiguous, since
the arguments aren't float or double
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|