mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-23 04:04:09 +01:00
Codechange: Use enum class for PaletteAnimation.
This commit is contained in:
committed by
Peter Nelson
parent
161b02efda
commit
1e14fd6a0d
@@ -152,5 +152,5 @@ void Blitter_32bppBase::PaletteAnimate(const Palette &)
|
||||
|
||||
Blitter::PaletteAnimation Blitter_32bppBase::UsePaletteAnimation()
|
||||
{
|
||||
return Blitter::PALETTE_ANIMATION_NONE;
|
||||
return Blitter::PaletteAnimation::None;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user