build warning

sp_lev.c: In function ‘lspo_altar’:
sp_lev.c:3962:9: warning: declaration of ‘shrine’ shadows a global
declaration [-Wshadow]
 3962 |     int shrine;
       |         ^~~~~~
       In file included from ../include/hack.h:217,
                        from sp_lev.c:14:
			../include/display.h:959:5: note: shadowed
			declaration is here
			  959 |     shrine
			        |     ^~~~~~
This commit is contained in:
nhmall
2021-09-19 15:15:11 -04:00
parent 085b04fd87
commit 0a2dc67e75
2 changed files with 3 additions and 3 deletions

View File

@@ -956,7 +956,7 @@ enum altar_types {
altar_chaotic,
altar_neutral,
altar_lawful,
shrine
altar_shrine
};
enum { GM_FLAGS, GM_TTYCHAR, GM_COLOR, NUM_GLYPHMOD }; /* glyphmod entries */