Changeset 5355 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Oct 10, 2005, 7:47:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/world.cc
r5347 r5355 386 386 TrackManager::getInstance()->condition(1, LEFTRIGHT, this->localPlayer); 387 387 388 this->sky->setParent(this->localCamera); 389 this->sky->setParentMode(PNODE_MOVEMENT); 388 if (sky != NULL) 389 { 390 this->sky->setParent(this->localCamera); 391 this->sky->setParentMode(PNODE_MOVEMENT); 392 } 390 393 391 394 // initialize debug coord system
Note: See TracChangeset
for help on using the changeset viewer.