summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/strife/hu_stuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/hu_stuff.c b/src/strife/hu_stuff.c
index 6ee62907..b9e13f8a 100644
--- a/src/strife/hu_stuff.c
+++ b/src/strife/hu_stuff.c
@@ -274,7 +274,7 @@ void HU_Start(void)
// haleyjd 09/18/10: [STRIFE] nickname weirdness.
if(nickname != player_names[consoleplayer])
{
- if(*nickname)
+ if(nickname != NULL && *nickname)
{
DEH_printf("have one\n");
nickname = player_names[consoleplayer];