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
 
@@ -911,13 +911,13 @@ music/null_m.cpp
 
				music/extmidi.cpp
 
			#end
 
		#end
 
	#end
 
#end
 
#if BEOS
 
 	music/bemidi.cpp
 
	music/bemidi.cpp
 
#end
 
#if LIBTIMIDITY
 
	music/libtimidity.cpp
 
#end
 
#end
 

	
src/roadveh.h
Show inline comments
 
@@ -207,13 +207,13 @@ protected: // These functions should not
 
	 */
 
	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;
0 comments (0 inline, 0 general)