DEADSOFTWARE

ketmar: 'cmon, people, DO NOT LEAVE TRAILING SPACES!
authorKetmar Dark <ketmar@ketmar.no-ip.org>
Fri, 21 Dec 2018 14:11:10 +0000 (16:11 +0200)
committerKetmar Dark <ketmar@ketmar.no-ip.org>
Fri, 21 Dec 2018 14:11:10 +0000 (16:11 +0200)
src/game/g_menu.pas

index 2c3f85153e2ec850f69fade3f52fdda927f0272d..6265eeb2d69ce0abf6cbc5cb03d1f72523e3619a 100644 (file)
@@ -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;