1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-02-02 00:54:19 +01:00

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

This commit is contained in:
peter1138
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();
}
}