another compiler warning
This commit is contained in:
@@ -4006,7 +4006,7 @@ short exploding_wand_typ;
|
|||||||
if (t) t->tseen = 1;
|
if (t) t->tseen = 1;
|
||||||
if (see_it) msgtxt = "The water evaporates.";
|
if (see_it) msgtxt = "The water evaporates.";
|
||||||
}
|
}
|
||||||
Norep(msgtxt);
|
Norep("%s", msgtxt);
|
||||||
if (lev->typ == ROOM) newsym(x,y);
|
if (lev->typ == ROOM) newsym(x,y);
|
||||||
} else if(IS_FOUNTAIN(lev->typ)) {
|
} else if(IS_FOUNTAIN(lev->typ)) {
|
||||||
if (see_it)
|
if (see_it)
|
||||||
|
|||||||
Reference in New Issue
Block a user