diff --git a/vb6/Trivia/clsGame.cls b/vb6/Trivia/clsGame.cls index f7ec5735e4..b046d701a0 100644 --- a/vb6/Trivia/clsGame.cls +++ b/vb6/Trivia/clsGame.cls @@ -139,15 +139,15 @@ Private Function CurrentCategory() CurrentCategory = "Science" Exit Function End If - If iaPlaces(iCurrentPlayer) = 1 Then + If iaPlaces(iCurrentPlayer) = 2 Then CurrentCategory = "Sports" Exit Function End If - If iaPlaces(iCurrentPlayer) = 5 Then + If iaPlaces(iCurrentPlayer) = 6 Then CurrentCategory = "Sports" Exit Function End If - If iaPlaces(iCurrentPlayer) = 9 Then + If iaPlaces(iCurrentPlayer) = 10 Then CurrentCategory = "Sports" Exit Function End If