diff options
author | madmaxoft <github@xoft.cz> | 2014-06-16 22:42:50 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-06-16 22:42:50 +0200 |
commit | 9c3086d88c3bc593a378c0ea8eecb912aecde2ec (patch) | |
tree | ccf6d13e44acc642493883068fb38ef931f2fa53 /src/ChunkDef.cpp | |
parent | Merge pull request #883 from mc-server/CutOffLighting (diff) | |
download | cuberite-9c3086d88c3bc593a378c0ea8eecb912aecde2ec.tar cuberite-9c3086d88c3bc593a378c0ea8eecb912aecde2ec.tar.gz cuberite-9c3086d88c3bc593a378c0ea8eecb912aecde2ec.tar.bz2 cuberite-9c3086d88c3bc593a378c0ea8eecb912aecde2ec.tar.lz cuberite-9c3086d88c3bc593a378c0ea8eecb912aecde2ec.tar.xz cuberite-9c3086d88c3bc593a378c0ea8eecb912aecde2ec.tar.zst cuberite-9c3086d88c3bc593a378c0ea8eecb912aecde2ec.zip |
Diffstat (limited to 'src/ChunkDef.cpp')
-rw-r--r-- | src/ChunkDef.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ChunkDef.cpp b/src/ChunkDef.cpp deleted file mode 100644 index 367f66ccc..000000000 --- a/src/ChunkDef.cpp +++ /dev/null @@ -1,9 +0,0 @@ - -#include "Globals.h" - -#include "ChunkDef.h" - -// It appears that failing to have this definition causes link errors as cChunkDef::Height is not -// defined. It also appears that we can have the initalizer in the declaration so it can be inlined -// if the declaration is in a class???? -const int cChunkDef::Height; |