From 19eed3bd9aeebd62a4f3c6317073acf76e8c51d5 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 11 Aug 2013 03:44:27 +0000 Subject: WARNS=5 --- rogue/rogue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rogue/rogue.h') diff --git a/rogue/rogue.h b/rogue/rogue.h index 9dd20c01..8ce9411e 100644 --- a/rogue/rogue.h +++ b/rogue/rogue.h @@ -1,4 +1,4 @@ -/* $NetBSD: rogue.h,v 1.23 2013/08/11 03:34:48 dholland Exp $ */ +/* $NetBSD: rogue.h,v 1.24 2013/08/11 03:44:27 dholland Exp $ */ /* * Copyright (c) 1988, 1993 @@ -248,7 +248,7 @@ typedef struct obj object; #define INIT_STR 16 #define INIT_EXPLEVEL 1 #define INIT_EXP 0 -#define INIT_PACK {0} +#define INIT_PACK {0,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NULL} #define INIT_GOLD 0 #define INIT_CHAR '@' #define INIT_MOVES 1250 -- cgit v1.2.3-56-ge451