Revert: 4c59dfb6, move DoPaletteAnimations back into GameLoop

Race fix to follow
This commit is contained in:
Jonathan G Rennison
2021-04-05 19:55:53 +01:00
parent 2e6dbfee05
commit 2a13c8623c
5 changed files with 3 additions and 12 deletions

View File

@@ -1279,11 +1279,6 @@ void DoPaletteAnimations()
}
}
void GameLoopPaletteAnimations()
{
if (!_pause_mode && HasBit(_display_opt, DO_FULL_ANIMATION)) DoPaletteAnimations();
}
/**
* Determine a contrasty text colour for a coloured background.
* @param background Background colour.