mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-20 10:31:45 +01:00
Changes to compile under Windows (thanks Fade)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user