1
0
mirror of https://gitlab.com/klmp200/LO41.git synced 2025-08-11 19:29:57 +00:00
This commit is contained in:
Aethor
2018-06-20 18:05:37 +02:00
parent 9ff38310db
commit 3dbdc47452
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;