Skip to content

Commit c2c3426

Browse files
committed
address one more unused param compiler warning
1 parent f26ca2f commit c2c3426

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Basescape/CraftSoldiersState.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ int psiStrengthStat(Game *game, Soldier *s)
7474
}
7575
return 0;
7676
}
77-
int psiSkillStat(Game *game, Soldier *s)
77+
int psiSkillStat(Game *, Soldier *s)
7878
{
7979
// protect against negative psiSkill (possible when Options::anytimePsiTraining
8080
// is enabled)

0 commit comments

Comments
 (0)