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

Diff of /hegemonie/Network/NetClient.m

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

revision 1.8 by thunder, Fri Aug 29 16:03:05 2003 UTC revision 1.9 by dam, Mon Sep 8 13:57:27 2003 UTC
# Line 59  Line 59 
59        _proxy = RETAIN(proxy);        _proxy = RETAIN(proxy);
60        _game = RETAIN(game);        _game = RETAIN(game);
61        _player = RETAIN([proxy player]);        _player = RETAIN([proxy player]);
62        _playerState = [[HgPlayerState alloc] initWithPlayer: _player];        _playerState = [[HgPlayerState alloc] init];
63      }      }
64    
65    return self;    return self;
# Line 197  Line 197 
197  /**  /**
198   * Send a request to the server to update the player's state   * Send a request to the server to update the player's state
199   */   */
200  - (void) updatePlayerState: (HgPlayerState *)playerState  - (void) updatePlayerState
201  {  {
202    NSParameterAssert(playerState);    [_proxy updatePlayerState: _playerState];
     
   [_proxy updatePlayerState: playerState];  
203  }  }
204    
205    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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