Changeset 10620 in orxonox.OLD for branches/scriptimprovements/src/world_entities/script_triggers/tick_trigger.cc
- Timestamp:
- Apr 5, 2007, 6:11:02 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/scriptimprovements/src/world_entities/script_triggers/tick_trigger.cc
r10616 r10620 15 15 16 16 #include "util/loading/factory.h" 17 #include "script_class.h" 17 18 #include "tick_trigger.h" 18 19 #include "debug.h" … … 43 44 { 44 45 this->registerObject(this, TickTrigger::_objectList); 45 //this->toList(OM_COMMON);46 46 47 47 if(root != NULL)
Note: See TracChangeset
for help on using the changeset viewer.