From ea0018fcedd9b2d0da24cbb702330f7349796e8b Mon Sep 17 00:00:00 2001 From: Darkvater Date: Thu, 16 Nov 2006 17:44:04 +0000 Subject: (svn r7173) -Codechange (r6824): Allow the user to change the chat-destination when chatting with or 'T' instead of the game choosing one for you automatically. --- variables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'variables.h') diff --git a/variables.h b/variables.h index 523703045..af4d26636 100644 --- a/variables.h +++ b/variables.h @@ -127,6 +127,7 @@ typedef struct Patches { bool reverse_scroll; // Right-Click-Scrolling scrolls in the opposite direction bool measure_tooltip; // Show a permanent tooltip when dragging tools byte liveries; // Options for displaying company liveries, 0=none, 1=self, 2=all + bool chat_target; // Choose the chat message target with , true=all players, false=your team uint8 toolbar_pos; // position of toolbars, 0=left, 1=center, 2=right uint8 window_snap_radius; // Windows snap at each other if closer than this -- cgit v1.2.3-54-g00ecf