diff options
| author | click <none@none> | 2010-06-24 17:32:50 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-06-24 17:32:50 +0200 |
| commit | 0b2dad9c9750be653ed61ac4dae2debfe3825011 (patch) | |
| tree | f465e5b65a6f98a1af4eb0a62d328066078c26ee /src/server/worldserver | |
| parent | 35aa050db846f4d7f253bfd8fe68fb38db23279e (diff) | |
Remove a possible NaN-value in WorldObject::HasInArc (thanks to arrai)
+ do some hack'n'slash-work on the CMakeLists with my trusted axe ( I just LOVE being a viking - I get to wield an axe for free!)
--HG--
branch : trunk
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/worldserver/CMakeLists.txt b/src/server/worldserver/CMakeLists.txt index 973cdaec200..cc221f314e0 100644 --- a/src/server/worldserver/CMakeLists.txt +++ b/src/server/worldserver/CMakeLists.txt @@ -12,14 +12,10 @@ set(worldserver_SRCS CommandLine/CliRunnable.cpp - CommandLine/CliRunnable.h RemoteAccess/RASocket.cpp - RemoteAccess/RASocket.h WorldThread/WorldRunnable.cpp - WorldThread/WorldRunnable.h Main.cpp Master.cpp - Master.h ) include_directories( |
