summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4fd8798)
raw | patch | inline | side by side (parent: 4fd8798)
author | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Fri, 21 Dec 2018 14:11:10 +0000 (16:11 +0200) | ||
committer | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Fri, 21 Dec 2018 14:11:10 +0000 (16:11 +0200) |
src/game/g_menu.pas | patch | blob | history |
diff --git a/src/game/g_menu.pas b/src/game/g_menu.pas
index 2c3f85153e2ec850f69fade3f52fdda927f0272d..6265eeb2d69ce0abf6cbc5cb03d1f72523e3619a 100644 (file)
--- a/src/game/g_menu.pas
+++ b/src/game/g_menu.pas
with TGUISwitch(menu.GetControl('swChatBubble')) do
ItemIndex := gChatBubble;
with TGUISwitch(menu.GetControl('swChatBubble')) do
ItemIndex := gChatBubble;
-
+
with TGUISwitch(menu.GetControl('swPlayerIndicator')) do
if gPlayerIndicator then ItemIndex := 0 else ItemIndex := 1;
with TGUISwitch(menu.GetControl('swPlayerIndicator')) do
if gPlayerIndicator then ItemIndex := 0 else ItemIndex := 1;