fix stupid crash with Alt-C (picnum replacer)

git-svn-id: https://svn.eduke32.com/eduke32@1936 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2011-07-21 21:01:31 +00:00
parent 563d42856e
commit 049cc20022

View file

@ -7269,7 +7269,7 @@ paste_ceiling_or_floor:
if (j>=0) if (j>=0)
message("Replaced %ss with picnum %d to picnum %d", message("Replaced %ss with picnum %d to picnum %d",
typestr[searchwall], j, temppicnum); typestr[searchstat], j, temppicnum);
asksave = 1; asksave = 1;
} }
} }