Skip to content

Commit f7859b8

Browse files
ottmlFlamefire
authored andcommitted
Allow to disable statistics for eight player
1 parent 01d4dbe commit f7859b8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

libs/s25main/ingameWindows/iwStatistics.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ void iwStatistics::Msg_ButtonClick(const unsigned ctrl_id)
172172
case 4:
173173
case 5:
174174
case 6:
175-
case 7: // Spielerportraits
175+
case 7:
176+
case 8: // Spielerportraits
176177
activePlayers[ctrl_id - 1] = !activePlayers[ctrl_id - 1];
177178
break;
178179
case 25: // Hilfe

0 commit comments

Comments
 (0)