From c2c66a9fe68e972e710838ea0adeec6ba47c45f9 Mon Sep 17 00:00:00 2001 From: grayman Date: Sat, 6 Dec 2014 15:19:18 +0000 Subject: [PATCH] Two new .cpp files for Linux build. git-svn-id: https://svn.thedarkmod.com/svn/darkmod_src/trunk@6345 49c82d7f-2e2a-0410-a16f-ae8f201b507f --- sys/scons/SConscript.game | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/scons/SConscript.game b/sys/scons/SConscript.game index bf631d9c7..ed7e544e2 100644 --- a/sys/scons/SConscript.game +++ b/sys/scons/SConscript.game @@ -56,6 +56,7 @@ game_string = ' \ Projectile.cpp \ Pvs.cpp \ SecurityCamera.cpp \ + SearchManager.cpp \ SmokeParticles.cpp \ Sound.cpp \ Target.cpp \ @@ -248,6 +249,7 @@ ai/Tasks/CommWaitTask.cpp \ ai/Tasks/FleeTask.cpp \ ai/Tasks/FollowActorTask.cpp \ ai/Tasks/GreetingBarkTask.cpp \ +ai/Tasks/GuardSpotTask.cpp \ ai/Tasks/HandleDoorTask.cpp \ ai/Tasks/HandleElevatorTask.cpp \ ai/Tasks/IdleAnimationTask.cpp \