Changeset 33

Show
Ignore:
Timestamp:
12/30/05 00:55:14 (3 years ago)
Author:
clayasaurus
Message:

added UNASSIGNED IDs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/raknet/raknet/networktypes.d

    r32 r33  
    4141alias ushort PlayerIndex; 
    4242 
     43const PlayerIndex UNASSIGNED_PLAYER_INDEX = 65535; 
     44 
     45const PlayerID UNASSIGNED_PLAYER_ID = 
     46{ 
     47   binaryAddress:0xFFFFFFFF, port:0xFFFF 
     48}; 
     49 
    4350 
    4451 
     
    5259/// Size of PlayerID data 
    5360const int PlayerID_Size = 6; 
     61 
    5462 
    5563extern(C):