snd_TaskManager OK

This commit is contained in:
robojumper
2025-05-25 23:32:45 +02:00
parent eb07606e36
commit 83f3bc5b6b
4 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ void TaskManager::AppendTask(Task *task, TaskPriority priority)
}
// TaskManager::FindTask, probably
DECOMP_FORCE_CLASS_METHOD(Task::LinkList::Iterator, operator *());
// DECOMP_FORCE_CLASS_METHOD(Task::LinkList::Iterator, operator *());
Task *TaskManager::GetNextTask(TaskPriority priority, bool doRemove)
{