From de979570b694ba56b7196a4fe339ff7292fe8fe5 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 17 Dec 2006 20:57:36 +0000 Subject: Make numbers in the chat macros configuration screen match the keyboard keys used to activate them. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 785 --- setup/multiplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3