1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Add cooldown time to RideDemolishAction

This commit is contained in:
Matt
2019-03-01 10:13:39 +01:00
parent 7be312c4c6
commit cfe2fb939e

View File

@@ -45,6 +45,11 @@ public:
{ {
} }
uint32_t GetCooldownTime() const override
{
return 1000;
}
void Serialise(DataSerialiser & stream) override void Serialise(DataSerialiser & stream) override
{ {
GameAction::Serialise(stream); GameAction::Serialise(stream);