mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[11228] Correct constant in CalculateRewardHonor
0.1000000014901161 actually is single precision approximation for 0.1 in IEEE 754 standard.
This commit is contained in:
parent
ad6ab0bc49
commit
777e4e0fb2
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11227"
|
||||
#define REVISION_NR "11228"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue