mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
Added tiberian sun mix file support, can't play game until iconset format is ironed yet.
This commit is contained in:
@@ -51,13 +51,13 @@
|
||||
static TemplateTypeClass const Empty(
|
||||
TEMPLATE_CLEAR1,
|
||||
THEATERF_TEMPERATE|THEATERF_SNOW|THEATERF_INTERIOR,
|
||||
"CLEAR1",
|
||||
"CLEAR01",
|
||||
TXT_CLEAR
|
||||
);
|
||||
static TemplateTypeClass const Clear(
|
||||
TEMPLATE_CLEAR1,
|
||||
THEATERF_TEMPERATE|THEATERF_SNOW|THEATERF_INTERIOR,
|
||||
"CLEAR1",
|
||||
"CLEAR01",
|
||||
TXT_CLEAR
|
||||
);
|
||||
static TemplateTypeClass const Road01(
|
||||
@@ -3129,7 +3129,6 @@ void TemplateTypeClass::Init(TheaterType theater)
|
||||
_makepath(fullname, NULL, NULL, tplate.IniName, Theaters[theater].Suffix);
|
||||
ptr = MFCD::Retrieve(fullname);
|
||||
((void const *&)tplate.ImageData) = ptr;
|
||||
|
||||
#ifdef WIN32
|
||||
Register_Icon_Set((void*)ptr, TRUE); //Register icon set for video memory caching
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user