Mercurial > otakunoraifu
diff system/system_config.cc @ 26:f45da03ca631
* Corrected --disable-vorbis in configure.ac
* Added sound configuration
* Added misc functions
author | thib |
---|---|
date | Sun, 01 Mar 2009 19:08:02 +0000 |
parents | 92765a5661f7 |
children | 3a6aaeab7b4e |
line wrap: on
line diff
--- a/system/system_config.cc +++ b/system/system_config.cc @@ -789,6 +789,8 @@ AyuSysConfig::AyuSysConfig(void) { SetOrigParam("#SCREENSIZE_MOD", 1, 0); /* 0 = 640x480; 1 = 800x600 */ SetOrigParam("#LASTSAVE", 1, 0); + + SetOrigParam("#VOLMOD", 4, 128, 128, 128, 128); } AyuSysConfig::~AyuSysConfig(void) { delete str_config;