another compiler warning

This commit is contained in:
keni
2011-03-05 21:51:54 +00:00
parent 673c46dec1
commit bf6852a422
+1 -1
View File
@@ -4213,7 +4213,7 @@ short exploding_wand_typ;
lev->doormask = new_doormask; lev->doormask = new_doormask;
unblock_point(x, y); /* vision */ unblock_point(x, y); /* vision */
if (see_it) { if (see_it) {
pline(see_txt); pline("%s", see_txt);
newsym(x, y); newsym(x, y);
} else if (sense_txt) { } else if (sense_txt) {
You("%s", sense_txt); You("%s", sense_txt);