ttd.h
changeset 1397 b04402b901cd
parent 1363 01d3de5d8039
child 1575 a566a645401f
--- a/ttd.h	Tue Feb 22 14:37:52 2005 +0000
+++ b/ttd.h	Tue Feb 22 14:52:20 2005 +0000
@@ -517,6 +517,16 @@
 	MAX_SCREEN_HEIGHT = 1200,
 };
 
+/* In certain windows you navigate with the arrow keys. Do not scroll the
+ * gameview when here. Bitencoded variable that only allows scrolling if all
+ * elements are zero */
+enum {
+	SCROLL_CON =  0,
+	SCROLL_EDIT = 1,
+	SCROLL_SAVE = 2,
+};
+VARDEF byte _no_scroll;
+
 #include "functions.h"
 #include "variables.h"