diff options
Diffstat (limited to '')
-rw-r--r-- | source/cBlockArea.cpp (renamed from source/BlockArea.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/BlockArea.cpp b/source/cBlockArea.cpp index 7750b94fb..810503f04 100644 --- a/source/BlockArea.cpp +++ b/source/cBlockArea.cpp @@ -5,7 +5,7 @@ // The object also supports writing the blockdata back into cWorld, even into other coords
#include "Globals.h"
-#include "BlockArea.h"
+#include "cBlockArea.h"
#include "cWorld.h"
|