fix icons

This commit is contained in:
v0idh4nd 2025-03-15 10:26:14 +03:00
parent 93b49bdea0
commit 71e254a1b6
2 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -134,8 +134,7 @@ int game_loop() {
break;
case CLOSED:
case MINED:
//sprintf(&cells[index].val[0], "%c", CLOSED);
sprintf(&cells[index].val[0], "%s", "#106#");
sprintf(&cells[index].val[0], "%s", "#137#");
break;
default:
sprintf(&cells[index].val[0], "%c", '?');