This commit is contained in:
Aethor
2018-06-20 18:25:00 +02:00
parent d157623135
commit f6f12b398d
2 changed files with 3 additions and 2 deletions
+1 -1
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;