| 308 | } |
| 309 | |
| 310 | void CUIStatic::ResetXformAnimation() |
| 311 | { |
| 312 | m_lanim_xform.m_lanim_start_time = Device.dwTimeContinual / 1000.0f; |
| 313 | |
| 314 | float x = GetWndPos().x; |
| 315 | float y = GetWndPos().y; |
| 316 | m_originalSizeRect.set(x, y, x + GetWidth(), y + GetHeight()); |
| 317 | |
| 318 | m_lanim_xform_completed = false; |
| 319 | } |
| 320 | |
| 321 | void CUIStatic::ResetClrAnimation() |
| 322 | { |