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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
peter1138 13 years ago
parent aa64a397f9
commit 7337e7ff49

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

Loading…
Cancel
Save