From: Holger Schemel Date: Tue, 20 Oct 2020 23:14:02 +0000 (+0200) Subject: fixed default player names on name selection screen X-Git-Tag: 4.2.1.0~15 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=d239aab42a5a0661af0056f7f01e95a7f05bd757 fixed default player names on name selection screen --- 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;