forked from mirror/openmw-tes3mp
import nosound option
This commit is contained in:
parent
d3a6484bbc
commit
6ccb32d26c
1 changed files with 1 additions and 0 deletions
|
@ -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[] = {
|
||||||
|
|
Loading…
Reference in a new issue