]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
make gcc happy on Sparc
authoris <is@NetBSD.org>
Wed, 15 Oct 1997 09:27:06 +0000 (09:27 +0000)
committeris <is@NetBSD.org>
Wed, 15 Oct 1997 09:27:06 +0000 (09:27 +0000)
rogue/object.c

index c6a493e45eddd8ebff835a94ad28b96a57b3d6fd..627216f79832398925184844924d10b336105230 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: object.c,v 1.4 1997/10/12 11:45:34 lukem Exp $ */
+/*     $NetBSD: object.c,v 1.5 1997/10/15 09:27:06 is Exp $    */
 
 /*
  * Copyright (c) 1988, 1993
@@ -41,7 +41,7 @@
 #if 0
 static char sccsid[] = "@(#)object.c   8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: object.c,v 1.4 1997/10/12 11:45:34 lukem Exp $");
+__RCSID("$NetBSD: object.c,v 1.5 1997/10/15 09:27:06 is Exp $");
 #endif
 #endif /* not lint */
 
@@ -504,6 +504,8 @@ gr_weapon(obj, assign_wk)
        short i;
        short blessing, increment;
 
+       increment = 0; /* XXX make gcc happy */
+
        obj->what_is = WEAPON;
        if (assign_wk) {
                obj->which_kind = get_rand(0, (WEAPONS - 1));