Changeset c76134b in network-game for common/Player.h


Ignore:
Timestamp:
Jun 18, 2013, 11:16:21 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
66c4ec4
Parents:
1d0ede1
Message:

A player respawns at their flag 10 seconds after dying

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Player.h

    r1d0ede1 rc76134b  
    6161   unsigned long long timeLastUpdated;
    6262   unsigned long long timeAttackStarted;
     63   unsigned long long timeDied;
    6364   bool isChasing;
    6465   bool isAttacking;
    6566   int targetPlayer;
     67   bool isDead;
    6668
    6769   int playerClass;
Note: See TracChangeset for help on using the changeset viewer.