Fixed compiler warnings in IsBiomeNoDownfall().
This commit is contained in:
parent
2bbe5046e9
commit
9a36564ce9
@ -568,8 +568,11 @@ inline bool IsBiomeNoDownfall(EMCSBiome a_Biome)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
default:
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
// tolua_end
|
||||
|
Loading…
Reference in New Issue
Block a user