remove an unused variable warning

This commit is contained in:
nhmall
2019-11-08 15:39:21 -05:00
parent 8a241d7bcf
commit 1281b3819d
19 changed files with 205 additions and 449 deletions

View File

@@ -807,7 +807,6 @@ init_dungeons()
register s_level *x;
struct proto_dungeon pd;
struct level_map *lev_map;
struct version_info vers_info;
(void) memset(&pd, 0, sizeof(struct proto_dungeon));
pd.n_levs = pd.n_brs = 0;