mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 03:53:07 +01:00
Merge OBJ_STRING_ID enums into one
This commit is contained in:
@@ -22,13 +22,6 @@ extern "C"
|
||||
#include "../localisation/localisation.h"
|
||||
}
|
||||
|
||||
enum OBJ_STRING_ID
|
||||
{
|
||||
OBJ_STRING_ID_SCENARIO_NAME,
|
||||
OBJ_STRING_ID_PARK_NAME,
|
||||
OBJ_STRING_ID_SCENARIO_DETAILS,
|
||||
};
|
||||
|
||||
void StexObject::ReadLegacy(IReadObjectContext * context, IStream * stream)
|
||||
{
|
||||
stream->Seek(6, STREAM_SEEK_CURRENT);
|
||||
|
||||
Reference in New Issue
Block a user