Changeset 4407 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- May 31, 2005, 12:04:15 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r4405 r4407 964 964 { 965 965 // localinput 966 CommandNode* cn = Orxonox::getInstance()->getLocalInput(); 967 cn->process(); 966 //CommandNode* cn = Orxonox::getInstance()->getLocalInput(); 967 //cn->process(); 968 969 EventHandler::getInstance()->process(); 970 968 971 // remoteinput 969 972 }
Note: See TracChangeset
for help on using the changeset viewer.