mirror of
https://github.com/ZDoom/Raze.git
synced 2025-04-04 23:12:15 +00:00
- Duke: Repair crash when calling OnEvent(EVENT_ENTERLEVEL)
.
This commit is contained in:
parent
a8ec00d7ce
commit
31bb7d3348
1 changed files with 4 additions and 1 deletions
|
@ -1133,7 +1133,10 @@ void enterlevel(MapRecord *mi, int gamemode)
|
|||
ud.ffire = ud.m_ffire;
|
||||
lastlevel = 0;
|
||||
|
||||
OnEvent(EVENT_ENTERLEVEL);
|
||||
for (int i = connecthead; i >= 0; i = connectpoint2[i])
|
||||
{
|
||||
OnEvent(EVENT_ENTERLEVEL, i);
|
||||
}
|
||||
|
||||
// Stop all sounds
|
||||
FX_StopAllSounds();
|
||||
|
|
Loading…
Reference in a new issue