From: Ketmar Dark Date: Fri, 21 Dec 2018 14:11:10 +0000 (+0200) Subject: ketmar: 'cmon, people, DO NOT LEAVE TRAILING SPACES! X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=0ff34dffaf5a42425834667f9c39d4120fbb8e3c ketmar: 'cmon, people, DO NOT LEAVE TRAILING SPACES! --- 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;