Skip to content

Commit

Permalink
Merge pull request #34 from FreeAllegiance/updateScore
Browse files Browse the repository at this point in the history
33% Reduction in score from nanning
  • Loading branch information
BackTrak authored Nov 13, 2017
2 parents 4ecd139 + 43d3eb1 commit 41e4bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Igc/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2557,7 +2557,7 @@ void PlayerScoreObject::CalculateScore(ImissionIGC* pmission)
float(m_cArtifacts) * pmission->GetFloatConstant(c_fcidPointsArtifacts) +
float(m_cFlags) * pmission->GetFloatConstant(c_fcidPointsFlags) +
float(m_cProbeSpot) * 10 +
float(m_cRepair) * 0.0006;
float(m_cRepair) * 0.0004;

if (m_bWin)
m_fScore *= 2.0f;
Expand Down

0 comments on commit 41e4bec

Please sign in to comment.