Changeset e4a5786 in network-game for common


Ignore:
Timestamp:
May 18, 2013, 8:53:03 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
2864d8e
Parents:
e76055f
Message:

Each player now starts off not carrying any flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Player.cpp

    re76055f re4a5786  
    4444   this->pos.y = this->target.y = 200;
    4545   this->team = 0;   // blue team by default
    46    this->hasBlueFlag = true;
    47    this->hasRedFlag = true;
     46   this->hasBlueFlag = false;
     47   this->hasRedFlag = false;
    4848}
    4949
Note: See TracChangeset for help on using the changeset viewer.