1
0
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:
Ted John
2018-06-30 10:55:59 +01:00
committed by Gymnasiast
parent 5ce76e1603
commit ec0d35bac7
5 changed files with 8 additions and 31 deletions

View File

@@ -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;
}