win cpp23 compat: Minecraft.World
This commit is contained in:
@@ -153,7 +153,7 @@ Tag *Tag::newTag(byte type, const wstring &name)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
wchar_t *Tag::getTagName(byte type)
|
||||
const wchar_t *Tag::getTagName(byte type)
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user