oldloader.c
changeset 2498 befad2fe53d2
parent 2453 f2f861c22557
child 2663 f3e7d6d3e3a1
equal deleted inserted replaced
2497:1c8460570c0d 2498:befad2fe53d2
   787 	}
   787 	}
   788 
   788 
   789 	return true;
   789 	return true;
   790 }
   790 }
   791 
   791 
   792 static uint _current_player_id;
   792 static PlayerID _current_player_id;
   793 static uint16 _old_inaugurated_year;
   793 static uint16 _old_inaugurated_year;
   794 static int32 _old_yearly;
   794 static int32 _old_yearly;
   795 
   795 
   796 static const OldChunks player_yearly_chunk[] = {
   796 static const OldChunks player_yearly_chunk[] = {
   797 	OCL_VAR(  OC_INT32,   1, &_old_yearly ),
   797 	OCL_VAR(  OC_INT32,   1, &_old_yearly ),