mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
Update Scheduling.h
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
|||||||
UINT32 usData2[MAX_SCHEDULE_ACTIONS]; // Secondary information, not used by most actions
|
UINT32 usData2[MAX_SCHEDULE_ACTIONS]; // Secondary information, not used by most actions
|
||||||
UINT8 ubAction[MAX_SCHEDULE_ACTIONS];
|
UINT8 ubAction[MAX_SCHEDULE_ACTIONS];
|
||||||
UINT8 ubScheduleID;
|
UINT8 ubScheduleID;
|
||||||
UINT16 ubSoldierID;
|
SoldierID ubSoldierID;
|
||||||
UINT16 usFlags;
|
UINT16 usFlags;
|
||||||
public:
|
public:
|
||||||
SCHEDULENODE& operator=(const _OLD_SCHEDULENODE& src);
|
SCHEDULENODE& operator=(const _OLD_SCHEDULENODE& src);
|
||||||
|
|||||||
Reference in New Issue
Block a user