Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 30, 2005, 4:05:23 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: factory is now registered in Factory, not in Gameloader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/graphics_engine.cc

    r4733 r4739  
    9191    VideoFlags |= SDL_HWACCEL;
    9292  */
    93 
    94   // setting up the Resolution
    95   this->setResolution(1400, 1050, 16);
    96 
     93    // setting up the Resolution
     94  this->setResolution(800, 450, 16);
    9795
    9896  // TO DO: Create a cool icon and use it here
     
    152150  this->resolutionY = height;
    153151  this->bitsPerPixel = bpp;
     152
    154153  if (this->fullscreen)
    155154    fullscreenFlag = SDL_FULLSCREEN;
Note: See TracChangeset for help on using the changeset viewer.