Remove "ColorAnimation"

Not used any more
lights3
Peter Wortmann 2015-09-20 14:50:36 +01:00
parent 480ade634d
commit 368a073415
4 changed files with 0 additions and 4 deletions

View File

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

View File

@ -94,7 +94,6 @@ public:
int32_t SplitscreenDividers; int32_t SplitscreenDividers;
int32_t ShowStartupMessages; int32_t ShowStartupMessages;
int32_t VerboseObjectLoading; int32_t VerboseObjectLoading;
int32_t ColorAnimation;
int32_t HighResLandscape; int32_t HighResLandscape;
int32_t VideoModule; int32_t VideoModule;
int32_t MenuTransparency; int32_t MenuTransparency;

View File

@ -262,7 +262,6 @@ void C4MaterialCore::Clear()
BelowTempConvertDir = 0; BelowTempConvertDir = 0;
AboveTempConvert = 0; AboveTempConvert = 0;
AboveTempConvertDir = 0; AboveTempConvertDir = 0;
ColorAnimation = 0;
TempConvStrength = 0; TempConvStrength = 0;
MinHeightCount = 0; MinHeightCount = 0;
SplashRate=10; SplashRate=10;

View File

@ -175,7 +175,6 @@ public:
int32_t AboveTempConvert; int32_t AboveTempConvert;
int32_t AboveTempConvertDir; int32_t AboveTempConvertDir;
StdCopyStrBuf sAboveTempConvertTo; StdCopyStrBuf sAboveTempConvertTo;
int32_t ColorAnimation;
int32_t TempConvStrength; int32_t TempConvStrength;
int32_t MinHeightCount; // minimum material thickness in order for it to be counted int32_t MinHeightCount; // minimum material thickness in order for it to be counted
int32_t SplashRate; int32_t SplashRate;