1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +01:00

Make dummy global static

This commit is contained in:
Ted John
2017-01-11 23:02:27 +00:00
committed by Michał Janiszewski
parent bb4a482bfc
commit c483c319fc

View File

@@ -68,7 +68,7 @@ public:
}
};
auto Factory = GameActions::Register<SetParkEntranceFeeAction>(GAME_COMMAND_SET_PARK_ENTRANCE_FEE);
static auto Factory = GameActions::Register<SetParkEntranceFeeAction>(GAME_COMMAND_SET_PARK_ENTRANCE_FEE);
extern "C"
{