oldloader.c
changeset 2498 3ed05caa4449
parent 2453 19765362a2da
child 2663 e5a3df7f225a
equal deleted inserted replaced
2497:0fe349de34c7 2498:3ed05caa4449
   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 ),