File diff r4260:59348b953ade → r4261:8c2d0c75e37a
variables.h
Show inline comments
 
@@ -39,10 +39,6 @@ VARDEF GameOptions _opt_newgame;
 
// Pointer to one of the two _opt OR _opt_newgame structs
 
VARDEF GameOptions *_opt_ptr;
 

	
 
// Current date
 
VARDEF uint16 _date;
 
VARDEF uint16 _date_fract;
 

	
 
// Amount of game ticks
 
VARDEF uint16 _tick_counter;
 

	
 
@@ -257,10 +253,6 @@ VARDEF Paths _path;
 
VARDEF int _timer_counter;
 

	
 

	
 
// NOSAVE: can be determined from _date
 
VARDEF byte _cur_year;
 
VARDEF byte _cur_month;
 

	
 
VARDEF uint32 _frame_counter;
 

	
 
VARDEF bool _is_old_ai_player; // current player is an oldAI player? (enables a lot of cheats..)