make highres landscape default

stable-5.3
Tobias Zwick 2012-10-13 18:41:25 +02:00
parent 8bd2beb164
commit 48a7fc7968
3 changed files with 3 additions and 3 deletions

View File

@ -936,7 +936,7 @@ IDS_NET_CLIENT_IGNORE_DESC=%s ignorieren. Du kannst Nachrichten von diesem Clien
IDS_NET_CLIENT_IGNORE=Ignorieren
IDS_NET_CLIENT_UNIGNORE=Nicht mehr ignorieren
IDS_MSG_HIGHRESLANDSCAPE=Hochauflösende Landschaft
IDS_MSG_HIGHRESLANDSCAPE_DESC=Experimenteller Effekt für hochauflösende Texturen auf der Landschaft.
IDS_MSG_HIGHRESLANDSCAPE_DESC=Effekt für hochauflösende Texturen auf der Landschaft.
IDS_ADDON_INSTALLSUCCESS=Installation von '%s' erfolgreich.
IDS_ADDON_INSTALLFAILURE=Installation von '%s' fehlgeschlagen.
IDS_ADDON_INSTALLTITLE=Addon-Installation

View File

@ -936,7 +936,7 @@ IDS_NET_CLIENT_IGNORE_DESC=Ignores %s. You will not be able to see messages from
IDS_NET_CLIENT_IGNORE=Ignore
IDS_NET_CLIENT_UNIGNORE=Unignore
IDS_MSG_HIGHRESLANDSCAPE=High resolution landscape
IDS_MSG_HIGHRESLANDSCAPE_DESC=Experimental effect for high resolution textures on the landscape.
IDS_MSG_HIGHRESLANDSCAPE_DESC=Effect for high resolution textures on the landscape.
IDS_ADDON_INSTALLSUCCESS=Installation of '%s' successful.
IDS_ADDON_INSTALLFAILURE=Failed to install '%s'.
IDS_ADDON_INSTALLTITLE=Addon Installation

View File

@ -99,7 +99,7 @@ void C4ConfigGraphics::CompileFunc(StdCompiler *pComp)
pComp->Value(mkNamingAdapt(SplitscreenDividers, "SplitscreenDividers", 1 ));
pComp->Value(mkNamingAdapt(ShowStartupMessages, "ShowStartupMessages", 1 ,false, true));
pComp->Value(mkNamingAdapt(ColorAnimation, "ColorAnimation", 0 ,false, true));
pComp->Value(mkNamingAdapt(HighResLandscape, "HighResLandscape", 0 ,false, true));
pComp->Value(mkNamingAdapt(HighResLandscape, "HighResLandscape", 1 ,false, true));
pComp->Value(mkNamingAdapt(SmokeLevel, "SmokeLevel", 200 ,false, true));
pComp->Value(mkNamingAdapt(VerboseObjectLoading, "VerboseObjectLoading", 0 ));
pComp->Value(mkNamingAdapt(VideoModule, "VideoModule", 0 ,false, true));