summaryrefslogtreecommitdiff
path: root/games/CaribbeanStud/files/patch-Dealer.cpp
blob: 336810a407e64567be51c5624d308003ad754282 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- Dealer.cpp.orig	Tue Aug 19 12:01:24 2003
+++ Dealer.cpp	Tue Aug 19 12:02:07 2003
@@ -141,7 +141,8 @@
 
 void Dealer::NewGame()
 {
-	for(int i=0; _players[i]; i++)
+	int i;
+	for(i=0; _players[i]; i++)
 		_players[i]->NewGame();
 
 	Hands::NewGame();