(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 85ba11d91b
commit 64559ea8d3

View File

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