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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user