Changeset 2739 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui_audio.cc
- Timestamp:
- Nov 6, 2004, 4:51:59 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/gui/orxonox_gui_audio.cc
r2614 r2739 37 37 enableSound = new CheckButton ("Disable Sound"); 38 38 enableSound->setFlagName ("no-sound", 0); 39 enableSound->saveable = true; 39 40 audioBox->fill (enableSound); 40 41 Label* musicVolumeLabel = new Label ("Music Volume"); … … 42 43 musicVolume = new Slider ("Music Volume", 0, 100); 43 44 musicVolume->setFlagName ("music-volume", "m", 80); 45 musicVolume->saveable = true; 44 46 audioBox->fill (musicVolume); 45 47 Label* effectsVolumeLabel = new Label ("Effects Volume"); … … 47 49 effectsVolume = new Slider ("Effects Volume", 0, 100); 48 50 effectsVolume->setFlagName ("effects-volume", "e", 80); 51 effectsVolume->saveable = true; 49 52 audioBox->fill (effectsVolume); 50 53
Note: See TracChangeset
for help on using the changeset viewer.