Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2004, 3:22:05 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: saveable flag is now protected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/orxonox_gui_video.cc

    r3187 r3288  
    3838  fullscreen = new CheckButton ("Fullscreen-mode");
    3939  fullscreen->setFlagName ("windowed", "q", 1);
    40   fullscreen->saveable = true;
     40  fullscreen->saveability();
    4141  videoBox->fill (fullscreen);
    4242  wireframe = new CheckButton ("WireFrame-mode");
    4343  wireframe->setFlagName ("wireframe", "w", 0);
    44   wireframe->saveable = true;
     44  wireframe->saveability();
    4545  videoBox->fill (wireframe);
    4646
Note: See TracChangeset for help on using the changeset viewer.