mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 09:14:58 +01:00
Add paint function to entities
This commit is contained in:
@@ -76,3 +76,9 @@ void EntityBase::Serialise(DataSerialiser& stream)
|
||||
stream << z;
|
||||
stream << sprite_direction;
|
||||
}
|
||||
|
||||
// Exists only for signature
|
||||
void EntityBase::Paint() const
|
||||
{
|
||||
Guard::Assert(false, "You are not supposed to call this");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user