another compiler warning

This commit is contained in:
keni
2011-03-05 21:54:34 +00:00
parent 07c00cbebe
commit 209342be11

View File

@@ -3901,7 +3901,7 @@ const char *msg;
unearth_objs(x, y); unearth_objs(x, y);
if (Underwater) vision_recalc(1); if (Underwater) vision_recalc(1);
newsym(x,y); newsym(x,y);
if (cansee(x,y)) Norep(msg); if (cansee(x,y)) Norep("%s", msg);
if ((otmp = sobj_at(BOULDER, x, y)) != 0) { if ((otmp = sobj_at(BOULDER, x, y)) != 0) {
if (cansee(x,y)) pline("%s settles...", An(xname(otmp))); if (cansee(x,y)) pline("%s settles...", An(xname(otmp)));
do { do {