Changeset 10616 in orxonox.OLD for branches/scriptimprovements/src/world_entities/script_triggers/space_trigger.cc
- Timestamp:
- Mar 31, 2007, 12:06:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/scriptimprovements/src/world_entities/script_triggers/space_trigger.cc
r10614 r10616 14 14 */ 15 15 16 16 #include "util/loading/factory.h" 17 17 #include "space_trigger.h" 18 18 #include "debug.h" … … 49 49 { 50 50 this->registerObject(this, SpaceTrigger::_objectList); 51 this->toList(OM_COMMON);51 //this->toList(OM_COMMON); 52 52 53 53 radius = 10;
Note: See TracChangeset
for help on using the changeset viewer.