From 0ff34dffaf5a42425834667f9c39d4120fbb8e3c Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Fri, 21 Dec 2018 16:11:10 +0200 Subject: [PATCH] ketmar: 'cmon, people, DO NOT LEAVE TRAILING SPACES! --- src/game/g_menu.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/g_menu.pas b/src/game/g_menu.pas index 2c3f851..6265eeb 100644 --- a/src/game/g_menu.pas +++ b/src/game/g_menu.pas @@ -512,7 +512,7 @@ begin with TGUISwitch(menu.GetControl('swChatBubble')) do ItemIndex := gChatBubble; - + with TGUISwitch(menu.GetControl('swPlayerIndicator')) do if gPlayerIndicator then ItemIndex := 0 else ItemIndex := 1; -- 2.29.2