mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Fix #8736. Add error title to ride create
This commit is contained in:
@@ -34,7 +34,7 @@ public:
|
||||
{
|
||||
}
|
||||
RideCreateGameActionResult(GA_ERROR error, rct_string_id message)
|
||||
: GameActionResult(error, message)
|
||||
: GameActionResult(error, STR_CANT_CREATE_NEW_RIDE_ATTRACTION, message)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user