- Timestamp:
- Nov 26, 2011, 10:06:08 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gamecontent/src/orxonox/worldentities/ControllableEntity.cc
r8923 r8951 87 87 this->setPriority( Priority::VeryHigh ); 88 88 this->registerVariables(); 89 this->team_ = -1; 89 90 } 90 91 … … 119 120 SUPER(ControllableEntity, XMLPort, xmlelement, mode); 120 121 122 XMLPortParam(ControllableEntity, "team", setTeam, getTeam, xmlelement, mode).defaultValues(-1); 121 123 XMLPortParam(ControllableEntity, "hudtemplate", setHudTemplate, getHudTemplate, xmlelement, mode); 122 124 XMLPortParam(ControllableEntity, "camerapositiontemplate", setCameraPositionTemplate, getCameraPositionTemplate, xmlelement, mode);
Note: See TracChangeset
for help on using the changeset viewer.