Changeset - r8742:c84c4f0814ee
[Not reviewed]
master
0 1 0
rubidium - 16 years ago 2008-03-27 13:59:35
rubidium@openttd.org
(svn r12438) -Fix-ish: typo spotted by Biblo.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/core/math_func.hpp
Show inline comments
 
@@ -169,7 +169,7 @@ static inline int32 ClampToI32(const int
 
}
 

	
 
/**
 
 * Reduce an usigned 64-bit int to an unsigned 16-bit one
 
 * Reduce an unsigned 64-bit int to an unsigned 16-bit one
 
 *
 
 * @param a The 64-bit value to clamp
 
 * @return The 64-bit value reduced to a 16-bit value
0 comments (0 inline, 0 general)