send ALL_HERE to all players

This commit is contained in:
Eric House 2013-06-25 22:52:13 -07:00
parent f1a257a2aa
commit 649969bc30

View file

@ -1292,7 +1292,7 @@ CookieRef::sendAllHere( bool initial )
message for it. Would be better if could look up rather than run message for it. Would be better if could look up rather than run
through the vector each time. */ through the vector each time. */
HostID dest; HostID dest;
for ( dest = 1; dest <= m_nPlayersHere; ++dest ) { for ( dest = 1; dest <= m_nPlayersSought; ++dest ) {
bool sent = false; bool sent = false;
*idLoc = dest; /* write in this target's hostId */ *idLoc = dest; /* write in this target's hostId */