File diff r18263:aa73b8f4886f → r18264:ebfd7683aeb7
src/vehicle.cpp
Show inline comments
 
@@ -408,7 +408,7 @@ bool HasVehicleOnPos(TileIndex tile, voi
 
}
 

	
 
/**
 
 * Callback that returns 'real' vehicles lower or at height \c *(byte*)data .
 
 * Callback that returns 'real' vehicles lower or at height \c *(int*)data .
 
 * @param v Vehicle to examine.
 
 * @param data Pointer to height data.
 
 * @return \a v if conditions are met, else \c NULL.