1
0
forked from 0ad/0ad

Set default number of players for SP games to the max (9 including Gaia).

This was SVN commit r1764.
This commit is contained in:
Acumen 2005-01-23 12:37:46 +00:00
parent ebfa5f8d24
commit 2c4b86e9ab

View File

@ -1,6 +1,7 @@
function startLoadingScreen()
{
// Setup loading screen.
// HACK: Added to increase number of players from its default 2, until we have a session creation screen.
g_GameAttributes.numPlayers = 9;
// Switch screens from main menu to loading screen.
GUIObjectHide("pregame_gui");