mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Add new source field to ORI struct
This commit is contained in:
@@ -91,7 +91,7 @@ void Object::SetSourceGame(const uint8_t sourceGame)
|
||||
_objectEntry.flags |= (sourceGame << 4);*/
|
||||
}
|
||||
|
||||
const uint8_t Object::GetSecondSourceGame()
|
||||
uint8_t Object::GetSecondSourceGame()
|
||||
{
|
||||
return _secondSourceGame;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user