ttd.h
changeset 1843 8e2628948b01
parent 1802 da61740cc1e7
child 1875 f7155c837fa2
equal deleted inserted replaced
1842:fb9086b04740 1843:8e2628948b01
   534  * elements are zero */
   534  * elements are zero */
   535 enum {
   535 enum {
   536 	SCROLL_CON =  0,
   536 	SCROLL_CON =  0,
   537 	SCROLL_EDIT = 1,
   537 	SCROLL_EDIT = 1,
   538 	SCROLL_SAVE = 2,
   538 	SCROLL_SAVE = 2,
       
   539 	SCROLL_CHAT = 4,
   539 };
   540 };
   540 VARDEF byte _no_scroll;
   541 VARDEF byte _no_scroll;
   541 
   542 
   542 #include "functions.h"
   543 #include "functions.h"
   543 #include "variables.h"
   544 #include "variables.h"