Another pass

This commit is contained in:
Akkadius 2021-02-06 03:42:14 -06:00
parent 83b279bac3
commit 9816608bba
2 changed files with 490 additions and 455 deletions

File diff suppressed because it is too large Load Diff

View File

@ -289,7 +289,7 @@ private:
ClientTaskInformation active_task; // only one
ClientTaskInformation active_quests[MAXACTIVEQUESTS];
};
ClientTaskInformation ActiveTasks[MAXACTIVEQUESTS + 1];
ClientTaskInformation active_tasks[MAXACTIVEQUESTS + 1];
};
// Shared tasks should be limited to 1 as well
std::vector<int> enabled_tasks;