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:
committed by
Michał Janiszewski
parent
bb4a482bfc
commit
c483c319fc
@@ -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"
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user