1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 19:43:06 +01:00

Merge OBJ_STRING_ID enums into one

This commit is contained in:
Michał Janiszewski
2016-11-13 13:37:30 +01:00
parent 0299844b13
commit 9fed68bf6f
13 changed files with 11 additions and 65 deletions

View File

@@ -26,11 +26,6 @@ extern "C"
#include "../localisation/localisation.h"
}
enum OBJ_STRING_ID
{
OBJ_STRING_ID_NAME,
};
SceneryGroupObject::~SceneryGroupObject()
{
Memory::Free(_items);