ttd.h
changeset 1397 fa8539dcab46
parent 1363 775a7ee52369
child 1575 1f403d3c354f
equal deleted inserted replaced
1396:9d83f4094235 1397:fa8539dcab46
   515 enum {
   515 enum {
   516 	MAX_SCREEN_WIDTH = 2048,
   516 	MAX_SCREEN_WIDTH = 2048,
   517 	MAX_SCREEN_HEIGHT = 1200,
   517 	MAX_SCREEN_HEIGHT = 1200,
   518 };
   518 };
   519 
   519 
       
   520 /* In certain windows you navigate with the arrow keys. Do not scroll the
       
   521  * gameview when here. Bitencoded variable that only allows scrolling if all
       
   522  * elements are zero */
       
   523 enum {
       
   524 	SCROLL_CON =  0,
       
   525 	SCROLL_EDIT = 1,
       
   526 	SCROLL_SAVE = 2,
       
   527 };
       
   528 VARDEF byte _no_scroll;
       
   529 
   520 #include "functions.h"
   530 #include "functions.h"
   521 #include "variables.h"
   531 #include "variables.h"
   522 
   532 
   523 #endif /* TTD_H */
   533 #endif /* TTD_H */