diff options
author | Mattes D <github@xoft.cz> | 2015-05-09 12:44:57 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-05-09 12:44:57 +0200 |
commit | 92b8cd2f2a291b8ea49ab9545208ec0fed7d33ca (patch) | |
tree | b1207b58343d2626043ba0946ed13be155c2e380 /src/Mobs/Slime.h | |
parent | Fixed remaing pragmas (diff) | |
parent | GetSizeName of cSlime and cMagmaCube is now static (diff) | |
download | cuberite-92b8cd2f2a291b8ea49ab9545208ec0fed7d33ca.tar cuberite-92b8cd2f2a291b8ea49ab9545208ec0fed7d33ca.tar.gz cuberite-92b8cd2f2a291b8ea49ab9545208ec0fed7d33ca.tar.bz2 cuberite-92b8cd2f2a291b8ea49ab9545208ec0fed7d33ca.tar.lz cuberite-92b8cd2f2a291b8ea49ab9545208ec0fed7d33ca.tar.xz cuberite-92b8cd2f2a291b8ea49ab9545208ec0fed7d33ca.tar.zst cuberite-92b8cd2f2a291b8ea49ab9545208ec0fed7d33ca.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Slime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Slime.h b/src/Mobs/Slime.h index 29605992d..40131b101 100644 --- a/src/Mobs/Slime.h +++ b/src/Mobs/Slime.h @@ -27,7 +27,7 @@ public: /** Returns the text describing the slime's size, as used by the client's resource subsystem for sounds. Returns either "big" or "small". */ - const AString GetSizeName(int a_Size) const; + static AString GetSizeName(int a_Size); protected: |