1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Remove allow while paused

This commit is contained in:
duncanspumpkin
2019-02-24 09:09:33 +00:00
parent 705fe17362
commit f4791f9d96

View File

@@ -35,7 +35,7 @@ public:
uint16_t GetActionFlags() const override
{
return GameAction::GetActionFlags() | GA_FLAGS::ALLOW_WHILE_PAUSED;
return GameAction::GetActionFlags();
}
void Serialise(DataSerialiser & stream) override