Changes to compile under Windows (thanks Fade)

This commit is contained in:
Rumble
2013-08-24 17:56:48 -04:00
parent 841a39a2f7
commit c255d299bb
5 changed files with 429 additions and 7 deletions

View File

@@ -186,7 +186,7 @@ void free_mud_event(struct mud_event_data *pMudEvent)
struct mud_event_data * char_has_mud_event(struct char_data * ch, event_id iId)
{
struct event * pEvent;
struct mud_event_data * pMudEvent;
struct mud_event_data * pMudEvent = NULL;
bool found = FALSE;
if (ch->events == NULL)