- various compilations fixes for Symbian

- small cleanups of the TestSuite and Player classes
This commit is contained in:
Xawotihs
2011-09-19 19:49:45 +00:00
parent 180462f73c
commit bb65d2dc12
9 changed files with 59 additions and 56 deletions

View File

@@ -105,7 +105,7 @@ void GameStateDuel::Start()
#ifdef TESTSUITE
SAFE_DELETE(testSuite);
testSuite = NEW TestSuite("test/_tests.txt",MTGCollection());
testSuite = NEW TestSuite("test/_tests.txt");
#endif
setGamePhase(DUEL_STATE_CHOOSE_DECK1);