mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
send ALL_HERE to all players
This commit is contained in:
parent
f1a257a2aa
commit
649969bc30
1 changed files with 1 additions and 1 deletions
|
@ -1292,7 +1292,7 @@ CookieRef::sendAllHere( bool initial )
|
|||
message for it. Would be better if could look up rather than run
|
||||
through the vector each time. */
|
||||
HostID dest;
|
||||
for ( dest = 1; dest <= m_nPlayersHere; ++dest ) {
|
||||
for ( dest = 1; dest <= m_nPlayersSought; ++dest ) {
|
||||
bool sent = false;
|
||||
*idLoc = dest; /* write in this target's hostId */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue