- Timestamp:
- Oct 30, 2008, 2:44:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/objects/worldentities/SpawnPoint.cc
r2040 r2065 78 78 { 79 79 this->getGametype()->pawnPreSpawn(entity); 80 80 81 this->spawn(entity); 82 81 83 if (this->template_) 82 84 entity->addTemplate(this->template_); 85 83 86 entity->postSpawn(); 87 84 88 this->getGametype()->pawnPostSpawn(entity); 89 90 this->fireEvent(); 85 91 } 86 92 return entity;
Note: See TracChangeset
for help on using the changeset viewer.