(svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch.
This commit is contained in:
		@@ -116,7 +116,7 @@ struct PlayerAiNew {
 | 
			
		||||
 | 
			
		||||
	CargoID cargo;
 | 
			
		||||
	byte tbt;    ///< train/bus/truck 0/1/2 AI_TRAIN/AI_BUS/AI_TRUCK
 | 
			
		||||
	int new_cost;
 | 
			
		||||
	Money new_cost;
 | 
			
		||||
 | 
			
		||||
	byte action;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user