summaryrefslogtreecommitdiffstats
path: root/src/BlockInfo.h
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-09-25 16:45:39 +0200
committerTycho <work.tycho+git@gmail.com>2014-09-25 16:45:39 +0200
commit799c96661d7dc8ea89517fa0be205e72ea2f717e (patch)
treee6e75c09344a739d5f9d9de2fb11ee2f7cbfb9ba /src/BlockInfo.h
parentMerge branch 'master' into redstoneTests (diff)
downloadcuberite-799c96661d7dc8ea89517fa0be205e72ea2f717e.tar
cuberite-799c96661d7dc8ea89517fa0be205e72ea2f717e.tar.gz
cuberite-799c96661d7dc8ea89517fa0be205e72ea2f717e.tar.bz2
cuberite-799c96661d7dc8ea89517fa0be205e72ea2f717e.tar.lz
cuberite-799c96661d7dc8ea89517fa0be205e72ea2f717e.tar.xz
cuberite-799c96661d7dc8ea89517fa0be205e72ea2f717e.tar.zst
cuberite-799c96661d7dc8ea89517fa0be205e72ea2f717e.zip
Diffstat (limited to 'src/BlockInfo.h')
-rw-r--r--src/BlockInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/BlockInfo.h b/src/BlockInfo.h
index bfa62a132..1e4cf2ca0 100644
--- a/src/BlockInfo.h
+++ b/src/BlockInfo.h
@@ -19,8 +19,8 @@ public:
/** Returns the associated BlockInfo structure for the specified block type. */
/** This accessor makes sure that the cBlockInfo structures are properly initialized exactly once.
-It does so by using the C++ singleton approximation - storing the actual singleton as the function's static variable.
-It works only if it is called for the first time before the app spawns other threads. */
+ It does so by using the C++ singleton approximation - storing the actual singleton as the function's static variable.
+ It works only if it is called for the first time before the app spawns other threads. */
static cBlockInfo & Get(BLOCKTYPE a_Type)
{
static cBlockInfo ms_Info[256];