1
This commit is contained in:
parent
55908bbcf3
commit
4c7db9a16f
@ -221,6 +221,9 @@ void Hero::DetachFromMaster()
|
|||||||
}
|
}
|
||||||
detached_ = true;
|
detached_ = true;
|
||||||
}
|
}
|
||||||
|
if (list_empty(&entry)) {
|
||||||
|
list_del_init(&entry);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void Hero::DecHP(float dec_hp, int killer_id, const std::string killer_name, int weapon_id,
|
void Hero::DecHP(float dec_hp, int killer_id, const std::string killer_name, int weapon_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user