Changeset 8694 for code/branches/presentation/src/orxonox/worldentities
- Timestamp:
- Jun 2, 2011, 2:05:27 PM (14 years ago)
- Location:
- code/branches/presentation/src/orxonox/worldentities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/worldentities/CameraPosition.cc
r5929 r8694 46 46 this->bRenderCamera_ = false; 47 47 48 this->setSyncMode( 0x0);48 this->setSyncMode(ObjectDirection::None); 49 49 } 50 50 -
code/branches/presentation/src/orxonox/worldentities/SpawnPoint.cc
r5929 r8694 50 50 COUT(1) << "Error: SpawnPoint has no Gametype" << std::endl; 51 51 52 this->setSyncMode( 0x0);52 this->setSyncMode(ObjectDirection::None); 53 53 } 54 54
Note: See TracChangeset
for help on using the changeset viewer.