- various compilations fixes for Symbian
- small cleanups of the TestSuite and Player classes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user