Changeset 53643ca in network-game for common/Player.h


Ignore:
Timestamp:
Jul 19, 2014, 12:32:33 AM (10 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
master
Children:
4c00935
Parents:
cdb0e98
Message:

Server loads user profile and game history info from the database, saves game history to the db after every game, and uses a lua settings file to load db settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Player.h

    rcdb0e98 r53643ca  
    8888   bool hasRedFlag;
    8989
     90   // permanent attributes
     91   unsigned int level;
     92   unsigned int experience;
     93   unsigned int honor;
     94   unsigned int wins;
     95   unsigned int losses;
     96
    9097   Game* currentGame;
    9198};
Note: See TracChangeset for help on using the changeset viewer.