1
0

GetSizeName of cSlime and cMagmaCube is now static

This commit is contained in:
Tristan
2015-05-08 20:50:05 -04:00
parent 9f6192687f
commit 4642a50d62
4 changed files with 4 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ void cSlime::KilledBy(TakeDamageInfo & a_TDI)
const AString cSlime::GetSizeName(int a_Size) const
AString cSlime::GetSizeName(int a_Size)
{
if (a_Size > 1)
{