1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-15 16:32:41 +01:00

Codefix: typos in comments and strings

This commit is contained in:
Rubidium
2025-08-31 09:28:04 +02:00
committed by rubidium42
parent 4fb749886a
commit 7c0f69a8fe
78 changed files with 135 additions and 135 deletions

View File

@@ -701,7 +701,7 @@ static void AnimateTile_Industry(TileIndex tile)
if ((TimerGameTick::counter & 1) == 0) AnimateSugarSieve(tile);
break;
case GFX_TOFFEE_QUARY:
case GFX_TOFFEE_QUARRY:
if ((TimerGameTick::counter & 3) == 0) AnimateToffeeQuarry(tile);
break;
@@ -793,7 +793,7 @@ static void MakeIndustryTileBigger(TileIndex tile)
case GFX_TOY_FACTORY:
case GFX_BUBBLE_CATCHER:
case GFX_TOFFEE_QUARY:
case GFX_TOFFEE_QUARRY:
SetAnimationFrame(tile, 0);
SetIndustryAnimationLoop(tile, 0);
break;
@@ -938,7 +938,7 @@ static void TileLoop_Industry(TileIndex tile)
TileLoopIndustry_BubbleGenerator(tile);
break;
case GFX_TOFFEE_QUARY:
case GFX_TOFFEE_QUARRY:
AddAnimatedTile(tile);
break;