1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 18:39:10 +00:00

(svn r23318) -Change: Make text effects rise at their previous speed.

This commit is contained in:
2011-11-24 17:15:38 +00:00
parent aa64a397f9
commit 7337e7ff49

View File

@@ -89,7 +89,7 @@ void MoveAllTextEffects()
}
te->MarkDirty();
te->top--;
te->top -= ZOOM_LVL_BASE;
te->MarkDirty();
}
}