Changeset 9233 in orxonox.OLD for branches/presentation/src/world_entities/script_trigger.cc
- Timestamp:
- Jul 5, 2006, 2:24:48 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/script_trigger.cc
r9208 r9233 139 139 BaseObject* targetEntity = ClassList::getObject(target, CL_WORLD_ENTITY); 140 140 141 141 if (targetEntity != NULL) 142 142 { 143 143 this->setTarget(dynamic_cast<WorldEntity*>(targetEntity));
Note: See TracChangeset
for help on using the changeset viewer.