Changeset ca44f82 in network-game for common/Message.h


Ignore:
Timestamp:
Feb 24, 2013, 1:28:32 AM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
7b43385
Parents:
3a79253 (diff), 8f85180 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Updated files to correctly compile on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Message.h

    r3a79253 rca44f82  
    66#define MSG_TYPE_LOGOUT       3
    77#define MSG_TYPE_CHAT         4
    8 #define MSG_TYPE_PLAYER       5
     8#define MSG_TYPE_PLAYER       5  // server sends this to update player positions
     9#define MSG_TYPE_PLAYER_MOVE  6  // client sends this when a player wants to move
    910
    1011typedef struct
Note: See TracChangeset for help on using the changeset viewer.