mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 09:44:52 +01:00
Implement GameAction for setting date
This commit is contained in:
committed by
GitHub
parent
e38efcbec4
commit
b618bbdcd4
@@ -27,6 +27,7 @@
|
||||
#include "MazeSetTrackAction.hpp"
|
||||
#include "ParkEntranceRemoveAction.hpp"
|
||||
#include "ParkMarketingAction.hpp"
|
||||
#include "ParkSetDateAction.hpp"
|
||||
#include "ParkSetLoanAction.hpp"
|
||||
#include "ParkSetNameAction.hpp"
|
||||
#include "ParkSetParameterAction.hpp"
|
||||
@@ -127,5 +128,6 @@ namespace GameActions
|
||||
Register<WaterLowerAction>();
|
||||
Register<WaterRaiseAction>();
|
||||
Register<GuestSetFlagsAction>();
|
||||
Register<ParkSetDateAction>();
|
||||
}
|
||||
} // namespace GameActions
|
||||
|
||||
Reference in New Issue
Block a user