1
This commit is contained in:
parent
398941c8aa
commit
2e3ffeefea
@ -71,7 +71,7 @@ void Ability::Clear()
|
|||||||
while (!list_empty(&list)) {
|
while (!list_empty(&list)) {
|
||||||
AttrAddition* e = list_first_entry(&list,
|
AttrAddition* e = list_first_entry(&list,
|
||||||
AttrAddition,
|
AttrAddition,
|
||||||
entry);
|
list_entry);
|
||||||
list_del_init(&e->entry);
|
list_del_init(&e->entry);
|
||||||
list_del_init(&e->list_entry);
|
list_del_init(&e->list_entry);
|
||||||
e->holder = nullptr;
|
e->holder = nullptr;
|
||||||
@ -81,7 +81,7 @@ void Ability::Clear()
|
|||||||
while (!list_empty(&list)) {
|
while (!list_empty(&list)) {
|
||||||
AttrAddition* e = list_first_entry(&list,
|
AttrAddition* e = list_first_entry(&list,
|
||||||
AttrAddition,
|
AttrAddition,
|
||||||
entry);
|
list_entry);
|
||||||
list_del_init(&e->entry);
|
list_del_init(&e->entry);
|
||||||
list_del_init(&e->list_entry);
|
list_del_init(&e->list_entry);
|
||||||
e->holder = nullptr;
|
e->holder = nullptr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user