(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
1 changed files with 1 additions and 1 deletions

View File

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