mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
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:
parent
563d42856e
commit
049cc20022
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue