We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26ca2f commit c2c3426Copy full SHA for c2c3426
1 file changed
src/Basescape/CraftSoldiersState.cpp
@@ -74,7 +74,7 @@ int psiStrengthStat(Game *game, Soldier *s)
74
}
75
return 0;
76
77
-int psiSkillStat(Game *game, Soldier *s)
+int psiSkillStat(Game *, Soldier *s)
78
{
79
// protect against negative psiSkill (possible when Options::anytimePsiTraining
80
// is enabled)
0 commit comments