Changeset 2080 in orxonox.OLD for orxonox/branches/chris/src/orxonox.cc
- Timestamp:
- Jul 6, 2004, 10:29:05 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/orxonox.cc
r2068 r2080 87 87 88 88 if( path != NULL) strcpy (configfilename, path); 89 else strcpy (configfilename, "./"); 89 90 strcat (configfilename, "/.orxonox.conf"); 90 91 } … … 191 192 int Orxonox::init_world () 192 193 { 193 printf("Not yet implemented\n"); 194 world = new World(); 195 196 // TO DO: replace this with a menu/intro 197 world->load_debug_level(); 198 194 199 return 0; 195 200 }
Note: See TracChangeset
for help on using the changeset viewer.