fixing some stuff but nothing really.
Some checks failed
Build Dusk / build-linux (push) Failing after 50s
Build Dusk / build-psp (push) Failing after 1m1s

This commit is contained in:
2025-11-28 10:45:07 -06:00
parent b01c0d37b0
commit 9aaf271996
11 changed files with 48 additions and 14 deletions

View File

@@ -107,7 +107,7 @@ void entityWalk(entity_t *entity, const entitydir_t direction) {
)
)
// Must be able to walk up.
) && newPos.z < (MAP_CHUNK_DEPTH - 1)
)
) {
tileNew = TILE_SHAPE_NULL;// Force check for ramp above.
worldpos_t abovePos = newPos;