[11228] Correct constant in CalculateRewardHonor

0.1000000014901161 actually is single precision approximation for 0.1 in IEEE 754 standard.
This commit is contained in:
zergtmn 2011-03-06 21:04:10 +05:00
parent ad6ab0bc49
commit 777e4e0fb2
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11227"
#define REVISION_NR "11228"
#endif // __REVISION_NR_H__