Changeset - r15770:9575f66010a4
[Not reviewed]
master
0 2 0
frosch - 14 years ago 2010-08-12 08:39:06
frosch@openttd.org
(svn r20454) -Fix: some whitespace.
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
source.list
Show inline comments
 
@@ -905,25 +905,25 @@ music/null_m.cpp
 
	#if WINCE
 
	#else
 
		#if PSP
 
		#else
 
			#if DOS
 
			#else
 
				music/extmidi.cpp
 
			#end
 
		#end
 
	#end
 
#end
 
#if BEOS
 
 	music/bemidi.cpp
 
	music/bemidi.cpp
 
#end
 
#if LIBTIMIDITY
 
	music/libtimidity.cpp
 
#end
 
#end
 

	
 
# Sound
 
sound/null_s.cpp
 
#if DEDICATED
 
#else
 
#if ALLEGRO
 
	sound/allegro_s.cpp
src/roadveh.h
Show inline comments
 
@@ -201,25 +201,25 @@ protected: // These functions should not
 
		return weight;
 
	}
 

	
 
	/**
 
	 * Allows to know the tractive effort value that this vehicle will use.
 
	 * @return Tractive effort value from the engine.
 
	 */
 
	FORCEINLINE byte GetTractiveEffort() const
 
	{
 
		return RoadVehInfo(this->engine_type)->tractive_effort;
 
	}
 

	
 
 	/**
 
	/**
 
	 * Gets the area used for calculating air drag.
 
	 * @return Area of the engine.
 
	 */
 
	FORCEINLINE byte GetAirDragArea() const
 
	{
 
		return 60;
 
	}
 

	
 
	/**
 
	 * Gets the air drag coefficient of this vehicle.
 
	 * @return Air drag value from the engine.
 
	 */
0 comments (0 inline, 0 general)