1
0
mirror of https://gitlab.com/klmp200/LO41.git synced 2025-07-10 19:59:24 +00:00
This commit is contained in:
Aethor
2018-06-20 18:05:37 +02:00
parent d157623135
commit f6f12b398d
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@ void * runnable_Visitor(void * void_this){
SharedData * data = GET_INSTANCE(SharedData);
Passenger passenger;
AGENT_OPTIONS
AGENT_OPTIONS;
passenger.visitor = this;
passenger.type = VISITOR;