engraving pristine text field not properly filled

level creation was not populating the pristine text field
of engraving appropriately
This commit is contained in:
nhmall
2025-05-26 12:56:44 -04:00
parent 86a7bfa7e9
commit b303f91f3a
7 changed files with 31 additions and 17 deletions

View File

@@ -3912,7 +3912,7 @@ lspo_engraving(lua_State *L)
ecoord = SP_COORD_PACK(x, y);
get_location_coord(&x, &y, DRY, gc.coder->croom, ecoord);
make_engr_at(x, y, txt, 0L, etyp);
make_engr_at(x, y, txt, NULL, 0L, etyp);
Free(txt);
ep = engr_at(x, y);
if (ep) {