equal
deleted
inserted
replaced
1097 } else { |
1097 } else { |
1098 _scroller_click_timeout = 0; |
1098 _scroller_click_timeout = 0; |
1099 } |
1099 } |
1100 |
1100 |
1101 _caret_timer += 3; |
1101 _caret_timer += 3; |
1102 _timer_counter += 8; |
1102 _palette_animation_counter += 8; |
1103 CursorTick(); |
1103 CursorTick(); |
1104 |
1104 |
1105 #ifdef ENABLE_NETWORK |
1105 #ifdef ENABLE_NETWORK |
1106 /* Check for UDP stuff */ |
1106 /* Check for UDP stuff */ |
1107 if (_network_available) NetworkUDPGameLoop(); |
1107 if (_network_available) NetworkUDPGameLoop(); |