summaryrefslogtreecommitdiffstats
path: root/src/Mobs/MagmaCube.h
diff options
context:
space:
mode:
authorTri125 <kraig.tri125@gmail.com>2015-05-07 05:29:36 +0200
committerTristan <kraig.tri125@gmail.com>2015-05-07 05:56:08 +0200
commit9f6192687f84fc97c5f854c778f3b393965794ef (patch)
tree76504c8c1b4fc4ed1f2c3c95948481ac2a5ab1c3 /src/Mobs/MagmaCube.h
parentFixed the sound issue with the MagmaCube (diff)
downloadcuberite-9f6192687f84fc97c5f854c778f3b393965794ef.tar
cuberite-9f6192687f84fc97c5f854c778f3b393965794ef.tar.gz
cuberite-9f6192687f84fc97c5f854c778f3b393965794ef.tar.bz2
cuberite-9f6192687f84fc97c5f854c778f3b393965794ef.tar.lz
cuberite-9f6192687f84fc97c5f854c778f3b393965794ef.tar.xz
cuberite-9f6192687f84fc97c5f854c778f3b393965794ef.tar.zst
cuberite-9f6192687f84fc97c5f854c778f3b393965794ef.zip
Diffstat (limited to 'src/Mobs/MagmaCube.h')
-rw-r--r--src/Mobs/MagmaCube.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/MagmaCube.h b/src/Mobs/MagmaCube.h
index 62dd83944..d4b3997da 100644
--- a/src/Mobs/MagmaCube.h
+++ b/src/Mobs/MagmaCube.h
@@ -26,7 +26,7 @@ public:
protected:
- /// Size of the MagmaCube, 1 .. 3, with 1 being the smallest
+ /// Size of the MagmaCube, 1, 2 and 4, with 1 being the smallest
int m_Size;
} ;