src/ai/ai_threads.cpp
branchnoai
changeset 10978 13fd0364b2c6
parent 10875 f730e5098471
child 11094 72be0534cd0f
--- a/src/ai/ai_threads.cpp	Mon Jun 16 00:07:49 2008 +0000
+++ b/src/ai/ai_threads.cpp	Mon Jun 16 14:43:19 2008 +0000
@@ -8,7 +8,6 @@
 #include "../debug.h"
 #include "../thread.h"
 #include "../fiber.hpp"
-#include "../vehicle_func.h"
 #include "../player_func.h"
 #include "ai.h"
 #include "ai_threads.h"
@@ -398,8 +397,6 @@
 	assert(thr != NULL);
 	/* Store if we were a success or not */
 	AIObject::SetLastCommandRes(success);
-	/* Store some values inside the AIObject static memory */
-	AIObject::SetNewVehicleID(_new_vehicle_id);
 
 	/* Resume the fiber now */
 	thr->Resume();