mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 13:33:02 +01:00
Write common JSON string loader
This commit is contained in:
@@ -97,7 +97,7 @@ std::string StringTable::GetString(uint8 id) const
|
||||
return string.Text;
|
||||
}
|
||||
}
|
||||
return nullptr;
|
||||
return std::string();
|
||||
}
|
||||
|
||||
void StringTable::SetString(uint8 id, uint8 language, const std::string &text)
|
||||
|
||||
Reference in New Issue
Block a user