diff options
author | Mattes D <github@xoft.cz> | 2015-09-25 13:12:55 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-09-25 13:12:55 +0200 |
commit | 7f618199710a4159973d34b7b872fe9d8b7010b6 (patch) | |
tree | 110bd8fd9ee0f6f5b830694b5d7cc37257666988 /src/Mobs/Path.h | |
parent | Merge pull request #2478 from cuberite/FixArmBuild (diff) | |
parent | Namechange to Cuberite (diff) | |
download | cuberite-7f618199710a4159973d34b7b872fe9d8b7010b6.tar cuberite-7f618199710a4159973d34b7b872fe9d8b7010b6.tar.gz cuberite-7f618199710a4159973d34b7b872fe9d8b7010b6.tar.bz2 cuberite-7f618199710a4159973d34b7b872fe9d8b7010b6.tar.lz cuberite-7f618199710a4159973d34b7b872fe9d8b7010b6.tar.xz cuberite-7f618199710a4159973d34b7b872fe9d8b7010b6.tar.zst cuberite-7f618199710a4159973d34b7b872fe9d8b7010b6.zip |
Diffstat (limited to 'src/Mobs/Path.h')
-rw-r--r-- | src/Mobs/Path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Path.h b/src/Mobs/Path.h index d42bb77bc..69a05f651 100644 --- a/src/Mobs/Path.h +++ b/src/Mobs/Path.h @@ -10,7 +10,7 @@ class cPath; #include "../FastRandom.h" #ifdef COMPILING_PATHFIND_DEBUGGER /* Note: the COMPILING_PATHFIND_DEBUGGER flag is used by Native / WiseOldMan95 to debug - this class outside of MCServer. This preprocessor flag is never set when compiling MCServer. */ + this class outside of Cuberite. This preprocessor flag is never set when compiling Cuberite. */ #include "PathFinderIrrlicht_Head.h" #endif |