/[hegemonie]/hegemonie/Network/NetGameList.m
ViewVC logotype

Diff of /hegemonie/Network/NetGameList.m

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by nicov, Tue Jun 10 08:46:48 2003 UTC revision 1.4 by nicov, Tue Jun 10 15:58:02 2003 UTC
# Line 108  Line 108 
108          NSString *nameRegisteredForParty;          NSString *nameRegisteredForParty;
109          NSDistantObject<NetParty> * party;                NSDistantObject<NetParty> * party;      
110                    
111          for (i = 0; i < [partyNameList count]; i++)          for (i = 1; i <= [partyNameList count]; i++)
112            {            {
113              nameRegisteredForParty =  [NSString stringWithFormat: @"%s%s",              nameRegisteredForParty =  [NSString stringWithFormat: @"%@Party%d",
114                                                  name,                                                  name, i];
                                             [partyNameList objectAtIndex: i]];  
115                            
116              party = [NetConnection rootProxyForConnectionWithRegisteredName:              party = [NetConnection rootProxyForConnectionWithRegisteredName:
117                                       nameRegisteredForParty                                       nameRegisteredForParty

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26