diff options
Diffstat (limited to 'ZAPD/ZRoom/Commands/SetObjectList.cpp')
| -rw-r--r-- | ZAPD/ZRoom/Commands/SetObjectList.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ZAPD/ZRoom/Commands/SetObjectList.cpp b/ZAPD/ZRoom/Commands/SetObjectList.cpp index 434bf6c..9e3e9bb 100644 --- a/ZAPD/ZRoom/Commands/SetObjectList.cpp +++ b/ZAPD/ZRoom/Commands/SetObjectList.cpp @@ -57,11 +57,6 @@ std::string SetObjectList::GetBodySourceCode() const return StringHelper::Sprintf("SCENE_CMD_OBJECT_LIST(%i, %s)", objects.size(), listName.c_str()); } -size_t SetObjectList::GetRawDataSize() const -{ - return ZRoomCommand::GetRawDataSize() + (objects.size() * 2); -} - std::string SetObjectList::GetCommandCName() const { return "SCmdObjectList"; |
