Skip to content

Commit

Permalink
Fix EVENT_AllocateTimer
Browse files Browse the repository at this point in the history
  • Loading branch information
Lectem committed Jul 27, 2024
1 parent adcf39f commit 1aac666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/D2Game/src/GAME/Event.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ D2EventTimerStrc* EVENT_AllocateTimer(D2GameStrc* pGame)
pEventTimerArray->pFreeEventTimerListHead = pNewTimer->pNextFreeEventTimer;

memset(pNewTimer, 0, sizeof(D2EventTimerStrc));
return pNewTimer;
}


Expand Down

0 comments on commit 1aac666

Please sign in to comment.