mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 20:51:31 +00:00
Fix cursor position in the 'name' field in the player setup menu.
This closes #396.
This commit is contained in:
parent
f5d9c49f20
commit
9b80745d5d
1 changed files with 1 additions and 0 deletions
|
@ -3110,6 +3110,7 @@ StartServer_MenuInit(void)
|
|||
s_hostname_field.length = 12;
|
||||
s_hostname_field.visible_length = 12;
|
||||
strcpy(s_hostname_field.buffer, Cvar_VariableString("hostname"));
|
||||
s_hostname_field.cursor = strlen(s_hostname_field.buffer);
|
||||
|
||||
s_startserver_dmoptions_action.generic.type = MTYPE_ACTION;
|
||||
s_startserver_dmoptions_action.generic.name = " deathmatch flags";
|
||||
|
|
Loading…
Reference in a new issue