Skip to content

Commit

Permalink
Copy paste bug. Oops!
Browse files Browse the repository at this point in the history
  • Loading branch information
albertjan committed Feb 17, 2014
1 parent dddba96 commit 2c90547
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vb6/Trivia/clsGame.cls
Original file line number Diff line number Diff line change
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 2c90547

Please sign in to comment.