]> granicus.if.org Git - nethack/commitdiff
gcc compilation bit, missing type
authorcohrs <cohrs>
Tue, 20 Mar 2007 19:21:38 +0000 (19:21 +0000)
committercohrs <cohrs>
Tue, 20 Mar 2007 19:21:38 +0000 (19:21 +0000)
src/artifact.c

index d313656cfa47cb4e14162d830dd2804fab7b3382..b10f889282d140ea27daa17a2628db83358dfee1 100644 (file)
@@ -502,7 +502,7 @@ long wp_mask;
 /* touch_artifact()'s return value isn't sufficient to tell whether it
    dished out damage, and tracking changes to u.uhp, u.mh, Lifesaved
    when trying to avoid second wounding is too cumbersome */
-STATIC_VAR touch_blasted;      /* for retouch_object() */
+STATIC_VAR boolean touch_blasted;      /* for retouch_object() */
 
 /*
  * creature (usually player) tries to touch (pick up or wield) an artifact obj.