Fixed typo in name for sfx-volume.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1868 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
2ad799a32a
commit
2f81187245
@ -662,7 +662,7 @@ void UserConfig::saveConfig(const std::string& filename)
|
||||
writer->writeComment("maximum fps, should be at least 60");
|
||||
writer->write("max-fps\t", m_max_fps);
|
||||
writer->writeComment("Volume for sound effects, see openal AL_GAIN for interpretation");
|
||||
writer->write("sfx-volumet", m_sfx_volume);
|
||||
writer->write("sfx-volume", m_sfx_volume);
|
||||
|
||||
writer->writeComment("screen resolution and windowing mode");
|
||||
writer->write("width\t", m_width);
|
||||
|
Loading…
Reference in New Issue
Block a user