1
0
forked from 0ad/0ad
This was SVN commit r15763.
This commit is contained in:
scythetwirler 2014-09-19 03:14:46 +00:00
parent aa5fded9ae
commit 6999295b7e

View File

@ -1661,6 +1661,8 @@ function toggleReady()
function updateReadyUI()
{
if (!g_IsNetworked)
return; // Disabled for single-player games.
var isAI = new Array(MAX_PLAYERS + 1);
for (var i = 0; i < isAI.length; ++i)
isAI[i] = true;