diff --git a/polymer/eduke32/source/astub.c b/polymer/eduke32/source/astub.c index 692451ec1..7b51dbc25 100644 --- a/polymer/eduke32/source/astub.c +++ b/polymer/eduke32/source/astub.c @@ -7269,7 +7269,7 @@ paste_ceiling_or_floor: if (j>=0) message("Replaced %ss with picnum %d to picnum %d", - typestr[searchwall], j, temppicnum); + typestr[searchstat], j, temppicnum); asksave = 1; } }