src/openttd.cpp
changeset 7514 98a024616010
parent 7508 d1c4fa7461c6
child 7532 66c79dd999af
equal deleted inserted replaced
7513:0560e73def15 7514:98a024616010
  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();