mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-08 11:48:18 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -9,11 +9,11 @@ const int ArmorItem::healthPerSlot[] = {
|
||||
11, 16, 15, 13
|
||||
};
|
||||
|
||||
const wstring ArmorItem::LEATHER_OVERLAYS[] = {
|
||||
const std::wstring ArmorItem::LEATHER_OVERLAYS[] = {
|
||||
L"helmetCloth_overlay", L"chestplateCloth_overlay", L"leggingsCloth_overlay", L"bootsCloth_overlay"
|
||||
};
|
||||
|
||||
const wstring ArmorItem::TEXTURE_EMPTY_SLOTS[] = {
|
||||
const std::wstring ArmorItem::TEXTURE_EMPTY_SLOTS[] = {
|
||||
L"slot_empty_helmet", L"slot_empty_chestplate", L"slot_empty_leggings", L"slot_empty_boots"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user