Changeset 1949 for code/branches/objecthierarchy/src/orxonox/Settings.cc
- Timestamp:
- Oct 19, 2008, 2:24:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/Settings.cc
r1940 r1949 49 49 */ 50 50 Settings::Settings() 51 : bShowsGraphics_(false)52 , bHasServer_(false)53 , bIsClient_(false)54 , bIsStandalone_(false)55 , bIsMaster_(false)56 51 { 57 52 RegisterRootObject(Settings);
Note: See TracChangeset
for help on using the changeset viewer.