X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ffiles.c;h=b2a6fb5c13f4976c8d23ffd8e3c942f69706ba4f;hb=cccb83dbdafab8352529ab45e116befd9050c407;hp=bb08277e9817d5b97723086914a4424737b3c701;hpb=7fd163f5a448c2f3a3ad1978a46ef3a84c6497b1;p=rocksndiamonds.git diff --git a/src/files.c b/src/files.c index bb08277e..b2a6fb5c 100644 --- a/src/files.c +++ b/src/files.c @@ -9673,7 +9673,7 @@ void LoadUserNames(void) } if (global.user_names[i] == NULL) - global.user_names[i] = getStringCopy(EMPTY_PLAYER_NAME); + global.user_names[i] = getStringCopy(getDefaultUserName(i)); } user.nr = last_user_nr;