Merge branch 'master' into wp_master

This commit is contained in:
Akkadius
2018-05-28 00:33:05 -05:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1596,7 +1596,7 @@ float GetRaceGenderDefaultHeight(int race, int gender)
const auto size = sizeof(male_height) / sizeof(male_height[0]);
if (race > size)
if (race >= size)
return 6.0f;
if (gender == 1)