a5
This commit is contained in:
parent
c5c6d518a0
commit
016e539de6
@ -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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user