Changeset 3596 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Mar 17, 2005, 6:03:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r3590 r3596 239 239 Vector* cameraOffset = new Vector (-10, 5, 0); 240 240 this->localCamera->setRelCoor (cameraOffset); 241 trackManager->condition(2, NEAREST, this->localPlayer);241 trackManager->condition(2, LEFTRIGHT, this->localPlayer); 242 242 243 243 break;
Note: See TracChangeset
for help on using the changeset viewer.