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:
hikerstk 2008-05-12 00:59:45 +00:00
parent 2ad799a32a
commit 2f81187245

View File

@ -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);