mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
PINK: no sense in clearing array of actions in actor dtor
This commit is contained in:
parent
c6450e49ce
commit
b5c807b459
@ -38,8 +38,6 @@ Actor::~Actor() {
|
||||
for (uint i = 0; i < _actions.size(); ++i) {
|
||||
delete _actions[i];
|
||||
}
|
||||
|
||||
_actions.clear();
|
||||
}
|
||||
|
||||
void Actor::deserialize(Archive &archive) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user