Addressed warnings from -Weverything subset:
-Wconditional-uninitialized -Wshadow -Wswitch-enum -Wunreachable-code-break -Wunused-macros
This commit is contained in:
@@ -969,7 +969,7 @@ void mag_creations(int level, struct char_data *ch, int spellnum)
|
||||
void mag_rooms(int level, struct char_data *ch, int spellnum)
|
||||
{
|
||||
room_rnum rnum;
|
||||
int duration;
|
||||
int duration = 0;
|
||||
bool failure = FALSE;
|
||||
event_id IdNum = eNULL;
|
||||
const char *msg = NULL;
|
||||
|
||||
Reference in New Issue
Block a user