diff options
Diffstat (limited to 'src/game/client/game_client.cpp')
| -rw-r--r-- | src/game/client/game_client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp index 1e0c81e6..f04d7712 100644 --- a/src/game/client/game_client.cpp +++ b/src/game/client/game_client.cpp @@ -1539,9 +1539,9 @@ static void render_player( if(player.state == STATE_CHATTING) { - gfx_texture_set(data->images[IMAGE_CHAT_BUBBLES].id); + gfx_texture_set(data->images[IMAGE_EMOTICONS].id); gfx_quads_begin(); - select_sprite(SPRITE_CHAT_DOTDOT); + select_sprite(SPRITE_DOTDOT); gfx_quads_draw(position.x + 24, position.y - 40, 64,64); gfx_quads_end(); } |