Changeset 3605 in orxonox.OLD for orxonox/branches/levelloader/src/orxonox.cc
- Timestamp:
- Mar 18, 2005, 11:52:15 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelloader/src/orxonox.cc
r3542 r3605 31 31 #include "game_loader.h" 32 32 #include <string.h> 33 int verbose ;33 int verbose = 4; 34 34 35 35 using namespace std; … … 54 54 if( resources != NULL) delete resources; 55 55 } 56 57 56 58 57 /** \brief this is a singleton class to prevent duplicates */ … … 173 172 // SDL_WM_SetIcon(SDL_Surface *icon, Uint8 *mask); 174 173 175 // OpenGL stuff176 glClearColor (0.0, 0.0, 0.0, 0.0);177 glEnable (GL_DEPTH_TEST);178 179 174 return 0; 180 175 }
Note: See TracChangeset
for help on using the changeset viewer.