Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 10, 2006, 2:05:57 AM (20 years ago)
Author:
patrick
Message:

network: skybox parenting fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/story_entities/game_world.cc

    r6459 r6460  
    131131  this->shell = new Shell();
    132132
     133  State::setCurrentStoryEntity(dynamic_cast<StoryEntity*>(this));
    133134  this->dataTank->init();
    134135}
     
    199200  this->isPaused = false;
    200201  this->isRunning = true;
    201 
    202   State::setCurrentStoryEntity(dynamic_cast<StoryEntity*>(this));
    203202
    204203  this->run();
Note: See TracChangeset for help on using the changeset viewer.