|
|
@ -12,6 +12,7 @@ MwIniImporter::MwIniImporter() {
|
|
|
|
const char *map[][2] =
|
|
|
|
const char *map[][2] =
|
|
|
|
{
|
|
|
|
{
|
|
|
|
{ "fps", "General:Show FPS" },
|
|
|
|
{ "fps", "General:Show FPS" },
|
|
|
|
|
|
|
|
{ "nosound", "General:Disable Audio" },
|
|
|
|
{ 0, 0 }
|
|
|
|
{ 0, 0 }
|
|
|
|
};
|
|
|
|
};
|
|
|
|
const char *fallback[] = {
|
|
|
|
const char *fallback[] = {
|
|
|
|