mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-31 10:45:16 +01:00
handle empty string tables
This commit is contained in:
@@ -35,8 +35,8 @@ private:
|
||||
ImageTable _imageTable;
|
||||
|
||||
protected:
|
||||
StringTable GetStringTable() { return _stringTable; }
|
||||
ImageTable GetImageTable() { return _imageTable; }
|
||||
StringTable * GetStringTable() { return &_stringTable; }
|
||||
ImageTable * GetImageTable() { return &_imageTable; }
|
||||
|
||||
public:
|
||||
explicit Object(const rct_object_entry &entry);
|
||||
|
||||
Reference in New Issue
Block a user