Fix players vector (had a couple of 4 players game with the new code), added more cleanup

This commit is contained in:
Xawotihs
2011-10-01 23:49:37 +00:00
parent 76a8f406ec
commit 483c767492
8 changed files with 39 additions and 50 deletions

View File

@@ -321,7 +321,7 @@ void StoryDuel::init()
rules = NEW Rules(bg);
rules->load(rulesFile);
game = new GameObserver(players, 2);
game = new GameObserver(players);
rules->gamemode = GAME_TYPE_STORY;
game->startGame(rules);