Changeset 7078 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Feb 7, 2006, 4:13:01 PM (19 years ago)
- Location:
- trunk/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world.cc
r7035 r7078 385 385 CDEngine::getInstance()->checkCollisions(this->dataTank->objectManager->getObjectList(OM_GROUP_01), 386 386 this->dataTank->objectManager->getObjectList(OM_GROUP_00_PROJ)); 387 CDEngine::getInstance()->checkCollisions(this->dataTank->objectManager->getObjectList(OM_GROUP_00), 388 this->dataTank->objectManager->getObjectList(OM_GROUP_01)); 387 389 388 390 CDEngine::getInstance()->checkCollisions(this->dataTank->objectManager->getObjectList(OM_GROUP_01), -
trunk/src/story_entities/multi_player_world_data.cc
r7074 r7078 212 212 playable = dynamic_cast<Playable*>(playableList->front()); 213 213 this->localPlayer->setPlayable(playable); 214 playable->toList(OM_GROUP_0 1);214 playable->toList(OM_GROUP_00); 215 215 playable->setAbsCoor(213.37, 57.71, -47.98); 216 216 playable->setAbsDir(Quaternion(0.16, 0.98, -0.10));
Note: See TracChangeset
for help on using the changeset viewer.