"Dealing..." text
This commit is contained in:
parent
5d966ecfd0
commit
7d6a0291b7
3
game.c
3
game.c
@ -722,7 +722,8 @@ void draw_frame(Game *g) {
|
||||
|
||||
draw_cards(g);
|
||||
|
||||
if (g->field_multiplier) DrawText(g->field_multiplier->name, 60, 385, 40, BLACK);
|
||||
if (g->state == GAME_STATE_DEALING) DrawText("Dealing....", 60, 385, 40, BLACK);
|
||||
else if (g->field_multiplier) DrawText(g->field_multiplier->name, 60, 385, 40, BLACK);
|
||||
|
||||
if (g->player.teyaku.calculated) {
|
||||
char s[200];
|
||||
|
Loading…
Reference in New Issue
Block a user