Changeset 5216 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Sep 22, 2005, 4:44:56 PM (19 years ago)
- Location:
- trunk/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/campaign.cc
r5215 r5216 294 294 { 295 295 //printf("Campaing::getStoryEntity() - yea, this is what we where looking for: %id\n"); 296 delete iterator; 296 297 return entity; 297 298 } -
trunk/src/story_entities/world.cc
r5211 r5216 381 381 localCamera->setClipRegion(1, 10000.0); 382 382 this->localPlayer->setParentMode(PNODE_ALL); 383 Vector* cameraOffset = new Vector (0, 5, -10);384 383 TrackManager::getInstance()->condition(1, LEFTRIGHT, this->localPlayer); 385 384
Note: See TracChangeset
for help on using the changeset viewer.