build fix for monster x

This commit is contained in:
Alula 2020-12-19 02:36:27 +01:00
parent 091892b339
commit b4d83b12f7
No known key found for this signature in database
GPG Key ID: 3E00485503A1D8BA
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ impl BossNPC {
}
for npc_cell in npc_map.values() {
let npc = npc_cell.borrow_mut();
let mut npc = npc_cell.borrow_mut();
if npc.cond.alive() && npc.npc_type == 158 {
npc.cond.set_alive(false);
}