Changeset 5829 for code/branches/core5/src/orxonox
- Timestamp:
- Sep 28, 2009, 9:31:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/orxonox/gametypes/UnderAttack.cc
r5826 r5829 46 46 this->teams_ = 2; 47 47 this->destroyer_ = 0; 48 this->destroyer_.addCallback(createFunctor(&UnderAttack::killedDestroyer )->setObject(this));48 this->destroyer_.addCallback(createFunctor(&UnderAttack::killedDestroyer, this)); 49 49 this->gameEnded_ = false; 50 50
Note: See TracChangeset
for help on using the changeset viewer.