diff options
author | Tri125 <kraig.tri125@gmail.com> | 2015-05-07 05:29:36 +0200 |
---|---|---|
committer | Tristan <kraig.tri125@gmail.com> | 2015-05-07 05:56:08 +0200 |
commit | 9f6192687f84fc97c5f854c778f3b393965794ef (patch) | |
tree | 76504c8c1b4fc4ed1f2c3c95948481ac2a5ab1c3 /src/Mobs/MagmaCube.h | |
parent | Fixed the sound issue with the MagmaCube (diff) | |
download | cuberite-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 '')
-rw-r--r-- | src/Mobs/MagmaCube.h | 2 |
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; } ; |