Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 2, 2005, 12:03:12 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: ini-parser small cleanup char* → const char*

File:
1 edited

Legend:

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

    r4746 r4768  
    7575    int            resolutionY;     //!< the Y-resolution of the screen
    7676    int            bitsPerPixel;    //!< the bits per pixels of the screen
    77     bool           fullscreen;      //!< if we are in fullscreen mode
     77    Uint32         fullscreenFlag;  //!< if we are in fullscreen mode
    7878    Uint32         videoFlags;      //!< flags for video
    7979    SDL_Rect**     videoModes;      //!< list of resolutions
Note: See TracChangeset for help on using the changeset viewer.