diff options
Diffstat (limited to 'ZAPD/ZRoom/Commands/SetActorList.cpp')
| -rw-r--r-- | ZAPD/ZRoom/Commands/SetActorList.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ZAPD/ZRoom/Commands/SetActorList.cpp b/ZAPD/ZRoom/Commands/SetActorList.cpp index b3c186f..4d16f93 100644 --- a/ZAPD/ZRoom/Commands/SetActorList.cpp +++ b/ZAPD/ZRoom/Commands/SetActorList.cpp @@ -11,12 +11,6 @@ SetActorList::SetActorList(ZFile* nParent) : ZRoomCommand(nParent) { } -SetActorList::~SetActorList() -{ - if (actorList != nullptr) - delete actorList; -} - void SetActorList::ParseRawData() { ZRoomCommand::ParseRawData(); |
