Changeset 5839 for code/branches/core5/src/libraries/core/BaseObject.cc
- Timestamp:
- Sep 30, 2009, 12:42:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/libraries/core/BaseObject.cc
r5821 r5839 46 46 #include "XMLNameListener.h" 47 47 #include "XMLPort.h" 48 #include "network/NetworkPrereqs.h" 48 49 49 50 namespace orxonox … … 74 75 this->setFile(this->creator_->getFile()); 75 76 this->setNamespace(this->creator_->getNamespace()); 76 this->setScene(this->creator_->getScene() );77 this->setScene(this->creator_->getScene(), this->creator_->getSceneID()); 77 78 this->setGametype(this->creator_->getGametype()); 78 79 } … … 82 83 this->namespace_ = 0; 83 84 this->scene_ = 0; 85 this->sceneID_ = OBJECTID_UNKNOWN; 84 86 this->gametype_ = 0; 85 87 }
Note: See TracChangeset
for help on using the changeset viewer.