Skip to content

Commit

Permalink
Merge pull request jbrains#24 from Curit/bug-vb6-version
Browse files Browse the repository at this point in the history
Copy paste bug. Oops!
  • Loading branch information
jbrains committed Feb 19, 2014
2 parents dddba96 + 2c90547 commit 6a37f77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vb6/Trivia/clsGame.cls
Expand Up @@ -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
Expand Down

0 comments on commit 6a37f77

Please sign in to comment.