For the record, this was Zuff's mistake, it was left uncaught so I fixed it.

This commit is contained in:
george 2019-06-04 16:56:51 +01:00
parent a2bb5f9113
commit 7571f1f057

View File

@ -957,6 +957,8 @@ public void OnGameFrame()
delete Boss; delete Boss;
g_aBoss.Erase(i); g_aBoss.Erase(i);
i--; i--;
continue;
} }
// Unmark Boss as processing. // Unmark Boss as processing.