win cpp23 compat: Minecraft.Client
This commit is contained in:
@@ -24,7 +24,7 @@ bool Textures::MIPMAP = true;
|
||||
C4JRender::eTextureFormat Textures::TEXTURE_FORMAT = C4JRender::TEXTURE_FORMAT_RxGyBzAw;
|
||||
|
||||
int Textures::preLoadedIdx[TN_COUNT];
|
||||
wchar_t *Textures::preLoaded[TN_COUNT] =
|
||||
const wchar_t *Textures::preLoaded[TN_COUNT] =
|
||||
{
|
||||
L"%blur%misc/pumpkinblur",
|
||||
// L"%blur%/misc/vignette", // Not currently used
|
||||
@@ -1520,7 +1520,7 @@ TEXTURE_NAME TUImages[] =
|
||||
};
|
||||
|
||||
// This is for any TU textures that aren't part of our enum indexed preload set
|
||||
wchar_t *TUImagePaths[] =
|
||||
const wchar_t *TUImagePaths[] =
|
||||
{
|
||||
L"font/Default",
|
||||
L"font/Mojangles_7",
|
||||
@@ -1579,7 +1579,7 @@ TEXTURE_NAME OriginalImages[] =
|
||||
TN_COUNT
|
||||
};
|
||||
|
||||
wchar_t *OriginalImagesPaths[] =
|
||||
const wchar_t *OriginalImagesPaths[] =
|
||||
{
|
||||
L"misc/watercolor.png",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user