Fix wrong name for language function.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4255 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
8d15dc2ba1
commit
f32e11e4d2
|
@ -132,7 +132,7 @@ BOOL loadConfig(void)
|
|||
|
||||
if (getWarzoneKeyString("language", sBuf))
|
||||
{
|
||||
setLanguage(sBuf);
|
||||
setLanguageByName(sBuf);
|
||||
}
|
||||
|
||||
if (getWarzoneKeyNumeric("showFPS", &val))
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
#include "lib/netplay/netplay.h"
|
||||
#include "lib/sound/mixer.h"
|
||||
#include "lib/widget/widget.h"
|
||||
#include "lib/framework/configfile.h"
|
||||
|
||||
#include "advvis.h"
|
||||
#include "component.h"
|
||||
|
|
Loading…
Reference in New Issue