summaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game.c b/src/game.c
index 6bb0301..a9a91c1 100644
--- a/src/game.c
+++ b/src/game.c
@@ -251,10 +251,6 @@ void update_client(platform_window* window) {
case MESSAGE_USER_LIST: {
protocol_user_list* msg_players = (protocol_user_list*)msg;
memcpy(players, msg_players->players, sizeof(players));
-
- for (int i = 0; i < MAX_PLAYERS; i++) {
- players[i].sprite.image = img_player;
- }
} break;
case MESSAGE_ZOMBIE_LIST: {