mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 02:19:41 +00:00
(svn r23318) -Change: Make text effects rise at their previous speed.
This commit is contained in:
parent
aa64a397f9
commit
7337e7ff49
@ -89,7 +89,7 @@ void MoveAllTextEffects()
|
|||||||
}
|
}
|
||||||
|
|
||||||
te->MarkDirty();
|
te->MarkDirty();
|
||||||
te->top--;
|
te->top -= ZOOM_LVL_BASE;
|
||||||
te->MarkDirty();
|
te->MarkDirty();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user