mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-12 07:58:05 +00:00
Fix pitdrone task number
This commit is contained in:
parent
8f81dcac89
commit
025a971e93
@ -162,7 +162,7 @@ enum
|
||||
//=========================================================
|
||||
enum
|
||||
{
|
||||
TASK_PDRONE_HOPTURN = LAST_COMMON_SCHEDULE + 1
|
||||
TASK_PDRONE_HOPTURN = LAST_COMMON_TASK + 1
|
||||
};
|
||||
|
||||
//=========================================================
|
||||
|
Loading…
Reference in New Issue
Block a user