Changeset 10045 in orxonox.OLD for branches/ai/src/story_entities/game_world.cc
- Timestamp:
- Dec 12, 2006, 10:43:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ai/src/story_entities/game_world.cc
r10040 r10045 505 505 void GameWorld::checkAI() 506 506 { 507 AIEngine::getInstance()->process(); 507 AIEngine::getInstance()->tick(this->dtS); 508 //AIEngine::getInstance()->tick(); 508 509 } 509 510
Note: See TracChangeset
for help on using the changeset viewer.