diasurgical / devilution

Diablo devolved - magic behind the 1996 computer game
Other
8.66k stars 921 forks source link

msg: add BUGFIX for DeltaLoadLevel #2288

Closed mewmew closed 1 year ago

mewmew commented 1 year ago

The incorrect monster array index is used. The active monster index should be used, which may fall outside of range [0, nummonsters).

AJenbo commented 1 year ago

If i remember correctly this one doesn't have any effect since the array at this point is laid out the same

mewmew commented 1 year ago

If i remember correctly this one doesn't have any effect since the array at this point is laid out the same

Ahh, that's good to know!