Skip to content

Duke3D: Fix clipping problem with sprites in Caribbean secret level and Duke Hard

Dino Bollinger requested to merge dibollinger/eduke32:vaca_clip_fix into master

Removing the addition of PMINHEIGHT makes this check more permissive, and resolves the issue in the secret level of Duke Caribbean, as well as the final level of Duke Hard (the latter of which prevented completing the map).

It is also guarded such that Fury is unaffected by this change.

Fixes #71 and #99

Edited by Dino Bollinger

Merge request reports