dethrace-labs / dethrace

Reverse engineering the 1997 game "Carmageddon"
https://twitter.com/dethrace_labs
GNU General Public License v3.0
667 stars 38 forks source link

Fix crash when hitting gas pump #383

Closed dethrace-labs closed 2 months ago

dethrace-labs commented 2 months ago

When a gas pump is knocked over, it exposes the bottom side, which is textured with an 8x8 texture. 8x8 texture path wasn't implemented, causing the abort.

Screenshot 2024-07-05 at 12 49 08 PM

Ref: https://github.com/dethrace-labs/BRender-v1.3.2/commit/23e73d31685e163de9a48303fe61b7693eda45b5

Fixes #375