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


Ignore:
Timestamp:
May 25, 2013, 11:51:29 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
15efb4e
Parents:
5c84d54
Message:

The server keeps track of each team's score and sends SCORE meesages to the clients upon login and when the score changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Message.h

    r5c84d54 rb8601ee  
    1212#define MSG_TYPE_PICKUP_FLAG   9
    1313#define MSG_TYPE_DROP_FLAG     10
     14#define MSG_TYPE_SCORE         11
    1415
    1516typedef struct
Note: See TracChangeset for help on using the changeset viewer.