another compiler warning

This commit is contained in:
keni
2011-03-05 21:16:31 +00:00
parent b480adc5ee
commit 673c46dec1
+2 -2
View File
@@ -4216,9 +4216,9 @@ short exploding_wand_typ;
pline(see_txt); pline(see_txt);
newsym(x, y); newsym(x, y);
} else if (sense_txt) { } else if (sense_txt) {
You(sense_txt); You("%s", sense_txt);
} else if (hear_txt) { } else if (hear_txt) {
if (!Deaf) You_hear(hear_txt); if (!Deaf) You_hear("%s", hear_txt);
} }
if (picking_at(x, y)) { if (picking_at(x, y)) {
stop_occupation(); stop_occupation();