(svn r20211) -Codechange: Indented code should have curly braces around it.
This commit is contained in:
@@ -1757,8 +1757,9 @@ static void SwitchAnimatedCursor()
|
||||
|
||||
void CursorTick()
|
||||
{
|
||||
if (_cursor.animate_timeout != 0 && --_cursor.animate_timeout == 0)
|
||||
if (_cursor.animate_timeout != 0 && --_cursor.animate_timeout == 0) {
|
||||
SwitchAnimatedCursor();
|
||||
}
|
||||
}
|
||||
|
||||
void SetMouseCursor(CursorID sprite, PaletteID pal)
|
||||
|
Reference in New Issue
Block a user