Age | Commit message (Collapse) | Author |
|
The current implementation is shite ((c) Strangerke), so here is one
which matches the rebuilt sources :-)
Given that drawSquareD0R() is identical to the rebuilt sources already
it's safe to assume that no refactoring has been done which could
explain why drawSquareD0L() looks different.
While we're at it, mark that (now correct) fallthrough as intentional
to silence the current gcc7 warning.
|
|
Verified intentional.
|
|
There were all flagged as intentional fall throughs. I simply changed
the comments to something GCC would recognize.
|
|
|
|
|
|
|
|
Crash caused by missing DisplayMan::_derivedBitmapByteCount values
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of it
|
|
|
|
kDMElementTypeDoorFront
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and remove redundancy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Swap <> to "" with scummvm files
Add dm/ prefix to dm files
Reorder includes to system files, dm files
|