mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2026-05-06 07:56:46 -04:00
Replace numweeks with duration in ParkSetDateArgs
https://github.com/OpenRCT2/OpenRCT2/blob/d899b639f2fc28afc2629a00f5cc1cef85b1f2f5/src/openrct2/actions/park/ParkMarketingAction.cpp#L33-L38
This commit is contained in:
Vendored
+1
-1
@@ -1114,7 +1114,7 @@ declare global {
|
||||
* @see `ShopItem` in {@link https://github.com/OpenRCT2/OpenRCT2/blob/develop/src/openrct2/ride/ShopItem.h}
|
||||
*/
|
||||
item: number;
|
||||
numweeks: number;
|
||||
duration: number;
|
||||
}
|
||||
|
||||
interface ParkSetDateArgs extends GameActionArgs {
|
||||
|
||||
Reference in New Issue
Block a user