Changeset 88cdae2 in network-game for common/Message.h


Ignore:
Timestamp:
Jan 1, 2013, 12:58:18 AM (12 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
master
Children:
80b3f94
Parents:
594d2e9
Message:

The user can now move around the screen by clicking once they're logged in. A new message of type MSG_TYPE_PLAYER_MOVE is sent to the server.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Message.h

    r594d2e9 r88cdae2  
    77#define MSG_TYPE_CHAT         4
    88#define MSG_TYPE_PLAYER       5
     9#define MSG_TYPE_PLAYER_MOVE  6
    910
    1011typedef struct
Note: See TracChangeset for help on using the changeset viewer.