Changeset 10616 in orxonox.OLD for branches/scriptimprovements/src/world_entities/script_triggers/tick_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/tick_trigger.cc
r10614 r10616 14 14 */ 15 15 16 16 #include "util/loading/factory.h" 17 17 #include "tick_trigger.h" 18 18 #include "debug.h" … … 43 43 { 44 44 this->registerObject(this, TickTrigger::_objectList); 45 this->toList(OM_COMMON);45 //this->toList(OM_COMMON); 46 46 47 47 if(root != NULL)
Note: See TracChangeset
for help on using the changeset viewer.