Changeset c991530 in network-game for common


Ignore:
Timestamp:
Jan 26, 2014, 10:04:27 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
b29ff6b
Parents:
c51da03
Message:

The playerClass instance variable of the Player class is now an enum instead of an int

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Player.h

    rc51da03 rc991530  
    7575   bool isDead;
    7676
    77    int playerClass;
     77   PlayerClass playerClass;
    7878   int maxHealth;
    7979   int health;
Note: See TracChangeset for help on using the changeset viewer.