TheAssemblyArmada / Vanilla-Conquer

Vanilla Conquer provides clean, cross-platform builds of the C&C Remastered Collection and the standalone legacy games.
Other
330 stars 51 forks source link

Fix menu boxes in TD being too small #995

Closed hazelnot closed 2 weeks ago

hazelnot commented 2 months ago

Fixes the menu boxes being one pixel too short vertically and horizontally, as well as the small gaps in the TD DOS sidebar.

Fixes #993 and partially #756

(Thanks to @mvdhout1992 for actually fixing the code, I just implemented it)

OmniBlade commented 2 weeks ago

1000 is al alternative fix to this which is a less invasive change. After investigation it looks to me as though it is an issue with how the original DDraw path and the new SDL paths treat the clipping rect.