build fix for Windows Visual Studio
This commit is contained in:
+1
-1
@@ -156,7 +156,7 @@ use_towel(struct obj *obj)
|
|||||||
dry_a_towel(obj, -1, drying_feedback);
|
dry_a_towel(obj, -1, drying_feedback);
|
||||||
return ECMD_TIME;
|
return ECMD_TIME;
|
||||||
} else if (u.ucreamed) {
|
} else if (u.ucreamed) {
|
||||||
incr_itimeout(&HBlinded, -u.ucreamed);
|
incr_itimeout(&HBlinded, (-1 * (int) u.ucreamed));
|
||||||
u.ucreamed = 0;
|
u.ucreamed = 0;
|
||||||
if (!Blinded) {
|
if (!Blinded) {
|
||||||
pline("You've got the glop off.");
|
pline("You've got the glop off.");
|
||||||
|
|||||||
Reference in New Issue
Block a user