This commit is contained in:
doitux
2007-01-22 22:25:58 +00:00
parent ff0881df3e
commit e67c72e010
11 changed files with 65 additions and 73 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ Session::~Session()
void Session::startGame(int qP, int sC, int sB) {
actualGame = new Game(myGui, qP, sC, sB);
actualGame = new Game(myConfig, myGui, qP, sC, sB);
}