diff options
Diffstat (limited to 'setup')
-rw-r--r-- | setup/multiplayer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/multiplayer.c b/setup/multiplayer.c index 74da82b5..f55a7f8c 100644 --- a/setup/multiplayer.c +++ b/setup/multiplayer.c @@ -513,7 +513,7 @@ void MultiplayerConfig(void) TXT_AddWidgets(table, label, - TXT_NewInputBox(&chat_macros[i], 40), + TXT_NewInputBox(&chat_macros[(i + 1) % 10], 40), NULL); } |