Skip to content

Commit

Permalink
Update creature.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mehah committed Oct 1, 2024
1 parent 557fcf7 commit b25990a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/creatures/creature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1926,6 +1926,7 @@ void Creature::sendAsyncTasks() {
}
creature->asyncTasks.clear();
creature->m_flagAsyncTask = 0;
setAsyncTaskFlag(ASYNC_TASK_RUNNING, false);

Check failure on line 1929 in src/creatures/creature.cpp

View workflow job for this annotation

GitHub Actions / ubuntu-22.04-linux-release

‘this’ was not captured for this lambda function

Check failure on line 1929 in src/creatures/creature.cpp

View workflow job for this annotation

GitHub Actions / ubuntu-22.04-linux-release

cannot call member function ‘void Creature::setAsyncTaskFlag(Creature::FLAG_ASYNC_TASKS, bool)’ without object

Check failure on line 1929 in src/creatures/creature.cpp

View workflow job for this annotation

GitHub Actions / windows-2022-windows-release

'this' cannot be implicitly captured because no default capture mode has been specified

Check failure on line 1929 in src/creatures/creature.cpp

View workflow job for this annotation

GitHub Actions / windows-2022-windows-release

'Creature::setAsyncTaskFlag': a call of a non-static member function requires an object

Check failure on line 1929 in src/creatures/creature.cpp

View workflow job for this annotation

GitHub Actions / ubuntu-22.04-linux-debug

‘this’ was not captured for this lambda function

Check failure on line 1929 in src/creatures/creature.cpp

View workflow job for this annotation

GitHub Actions / ubuntu-22.04-linux-debug

cannot call member function ‘void Creature::setAsyncTaskFlag(Creature::FLAG_ASYNC_TASKS, bool)’ without object
}
},
TaskGroup::WalkParallel);
Expand Down

0 comments on commit b25990a

Please sign in to comment.