Remove "ColorAnimation"

Not used any more
shapetextures
Peter Wortmann 2015-09-20 14:50:36 +01:00
parent cf4ed1b0b7
commit df6d564d2d
4 changed files with 0 additions and 4 deletions

View File

@ -96,7 +96,6 @@ void C4ConfigGraphics::CompileFunc(StdCompiler *pComp)
pComp->Value(mkNamingAdapt(RefreshRate, "RefreshRate", 0 ));
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", 1 ,false, true));
pComp->Value(mkNamingAdapt(VerboseObjectLoading, "VerboseObjectLoading", 0 ));
pComp->Value(mkNamingAdapt(VideoModule, "VideoModule", 0 ,false, true));

View File

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

View File

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

View File

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