diff options
| author | megamage <none@none> | 2009-08-23 14:20:07 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-08-23 14:20:07 -0500 |
| commit | 08539ec0a4eabc903d8fbaf34aba465f20e0b698 (patch) | |
| tree | 8869c354aef81032c26aa085bd201b5ff94e8946 /win/VC80 | |
| parent | 4a85a779c1c3fc26b0b7a61115fc2e5b47d1840f (diff) | |
*Rename some ai functions.
--HG--
branch : trunk
Diffstat (limited to 'win/VC80')
| -rw-r--r-- | win/VC80/game.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/VC80/game.vcproj b/win/VC80/game.vcproj index 4e1fcd2d91a..157cc620145 100644 --- a/win/VC80/game.vcproj +++ b/win/VC80/game.vcproj @@ -1514,11 +1514,11 @@ Name="AI" > <File - RelativePath="..\..\src\game\AggressorAI.cpp" + RelativePath="..\..\src\game\CombatAI.cpp" > </File> <File - RelativePath="..\..\src\game\AggressorAI.h" + RelativePath="..\..\src\game\CombatAI.h" > </File> <File @@ -1578,11 +1578,11 @@ > </File> <File - RelativePath="..\..\src\game\NullCreatureAI.cpp" + RelativePath="..\..\src\game\PassiveAI.cpp" > </File> <File - RelativePath="..\..\src\game\NullCreatureAI.h" + RelativePath="..\..\src\game\PassiveAI.h" > </File> <File |
