This commit is contained in:
Maksym Kovalchuk 2026-05-09 11:50:24 +00:00
parent c5c6d518a0
commit 016e539de6

View File

@ -103,7 +103,6 @@ int world_event(struct event* event, void* g) {
set_cell('c', game->catx, game->caty); set_cell('c', game->catx, game->caty);
// vykreslenie myšiek
for (int i = 0; i < MOUSE_COUNT; i++) { for (int i = 0; i < MOUSE_COUNT; i++) {
if (game->alive[i] == 1) { if (game->alive[i] == 1) {