src/video/sdl_v.cpp
changeset 9898 75347c78b276
parent 9533 e8b86b70c5f6
child 10084 a544278a1b43
equal deleted inserted replaced
9897:4d9a6ff6703e 9898:75347c78b276
   516 			}
   516 			}
   517 			DrawSurfaceToScreen();
   517 			DrawSurfaceToScreen();
   518 		} else {
   518 		} else {
   519 			SDL_CALL SDL_Delay(1);
   519 			SDL_CALL SDL_Delay(1);
   520 			_screen.dst_ptr = _sdl_screen->pixels;
   520 			_screen.dst_ptr = _sdl_screen->pixels;
   521 			DrawChatMessage();
   521 			NetworkDrawChatMessage();
   522 			DrawMouseCursor();
   522 			DrawMouseCursor();
   523 			DrawSurfaceToScreen();
   523 			DrawSurfaceToScreen();
   524 		}
   524 		}
   525 	}
   525 	}
   526 }
   526 }