summaryrefslogtreecommitdiff
path: root/src/strife/hu_stuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/hu_stuff.c')
-rw-r--r--src/strife/hu_stuff.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/strife/hu_stuff.c b/src/strife/hu_stuff.c
index f3fb0c64..17e27a6e 100644
--- a/src/strife/hu_stuff.c
+++ b/src/strife/hu_stuff.c
@@ -667,6 +667,10 @@ boolean HU_Responder(event_t *ev)
DEH_snprintf(lastmessage, sizeof(lastmessage),
"%s now %.13s", player_names[consoleplayer],
w_chat.l.l);
+ // haleyjd 20141024: missing name set for local client
+ DEH_snprintf(player_names[consoleplayer],
+ sizeof(player_names[consoleplayer]),
+ "%.13s: ", w_chat.l.l);
hu_setting_name = false;
}
else