This commit is contained in:
doitux
2007-03-28 17:44:22 +00:00
parent 556eede4b9
commit db54e45739
11 changed files with 708 additions and 197 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ LocalPlayer::LocalPlayer(BoardInterface *b, int id, std::string name, int sC, bo
}
// myAggressive initialisieren
for(i=0; i<10; i++) {
for(i=0; i<7; i++) {
myAggressive[i] = 0;
}