corregidos varios bugs
This commit is contained in:
@@ -902,7 +902,7 @@ void Director::runHiScoreTable()
|
||||
// Ejecuta el juego en modo demo
|
||||
void Director::runDemoGame()
|
||||
{
|
||||
const int playerID = rand() % 2;
|
||||
const int playerID = (rand() % 2) + 1;
|
||||
demoGame = new Game(playerID, 0, screen, asset, lang, input, true, param, options, section, nullptr);
|
||||
demoGame->run();
|
||||
delete demoGame;
|
||||
|
||||
Reference in New Issue
Block a user