Changeset 8307 for code/branches/kicklib2/src/orxonox/worldentities
- Timestamp:
- Apr 22, 2011, 10:23:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib2/src/orxonox/worldentities/pawns/Pawn.cc
r7889 r8307 36 36 #include "network/NetworkFunction.h" 37 37 38 #include "PawnManager.h"39 38 #include "infos/PlayerInfo.h" 40 39 #include "controllers/Controller.h" … … 59 58 RegisterObject(Pawn); 60 59 61 PawnManager::touch();62 60 this->bAlive_ = true; 63 61 this->bReload_ = false;
Note: See TracChangeset
for help on using the changeset viewer.