mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-18 18:28:07 +00:00
fix: unglob std::{min, max}, manual stuff
This commit is contained in:
@@ -86,7 +86,7 @@ void Sheep::newServerAiStep()
|
||||
|
||||
void Sheep::aiStep()
|
||||
{
|
||||
if (level->isClientSide) eatAnimationTick = max(0, eatAnimationTick - 1);
|
||||
if (level->isClientSide) eatAnimationTick = std::max(0, eatAnimationTick - 1);
|
||||
Animal::aiStep();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user