Commit 3a6f1866 authored by nanahira's avatar nanahira

still buggy

parent adf3215b
......@@ -531,7 +531,7 @@ void Game::DrawMisc() {
}
}
if(!dInfo.isReplay && dInfo.player_type < 7 && dInfo.time_limit) {
if(imageManager.tClock) {
if(imageManager.tClock != NULL) {
driver->draw2DImage(imageManager.tClock, ResizeCardMid(472, 32, 490, 50, 490, 41), ResizeFit(0, 0, 18, 18), 0, 0, true);
driver->draw2DImage(imageManager.tClock, ResizeCardMid(795, 32, 813, 50, 813, 41), ResizeFit(0, 0, 18, 18), 0, 0, true);
}
......
textures/clock.png

5.22 KB | W: | H:

textures/clock.png

3.41 KB | W: | H:

textures/clock.png
textures/clock.png
textures/clock.png
textures/clock.png
  • 2-up
  • Swipe
  • Onion skin
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment