From 752af5b4351bb604518523a55665565e304ec62c Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 25 May 2026 12:19:47 -0400 Subject: [PATCH] add fixes5-0-1.txt entry for pr #1547 fix off-by-one in glyph_is_normal_piletop_obj --- doc/fixes5-0-1.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/fixes5-0-1.txt b/doc/fixes5-0-1.txt index 0c3addb87..b2d139880 100644 --- a/doc/fixes5-0-1.txt +++ b/doc/fixes5-0-1.txt @@ -40,6 +40,7 @@ add ANY_INT16 to any_types and use it for u.ux/uy/tx/ty and uz dlevel/dnum; as 1-byte fields, so on big-endian m68k Lua read the high byte (0) instead of the actual value. Symptom: place_object off map <0,0> in the tutorial. +fix an off-by-one in glyph_is_normal_piletop_obj (pr #1547 by ingpaschke) Platform- and/or Interface-Specific Fixes