src/settings_type.h
changeset 9902 035856ac432b
parent 9810 c82ec2332a1b
child 9906 9c0a829bf58e
--- a/src/settings_type.h	Tue Aug 12 11:21:37 2008 +0000
+++ b/src/settings_type.h	Tue Aug 12 12:23:05 2008 +0000
@@ -82,6 +82,10 @@
 	bool   show_track_reservation;           ///< highlight reserved tracks.
 	uint8  default_signal_type;              ///< the signal type to build by default.
 	uint8  cycle_signal_types;               ///< what signal types to cycle with the build signal tool.
+#ifdef ENABLE_NETWORK
+	uint16 network_chat_box_width;           ///< width of the chat box in pixels
+	uint8  network_chat_box_height;          ///< height of the chat box in lines
+#endif
 };
 
 /** Settings related to currency/unit systems. */