mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-17 23:39:01 +00:00
refactor: nuke all widestrings and widechars everywhere
This commit is contained in:
@@ -71,11 +71,11 @@ UIScene_MessageBox::~UIScene_MessageBox() {
|
||||
m_parentLayer->removeComponent(eUIComponent_MenuBackground);
|
||||
}
|
||||
|
||||
std::wstring UIScene_MessageBox::getMoviePath() {
|
||||
std::string UIScene_MessageBox::getMoviePath() {
|
||||
if (app.GetLocalPlayerCount() > 1 && !m_parentLayer->IsFullscreenGroup()) {
|
||||
return L"MessageBoxSplit";
|
||||
return "MessageBoxSplit";
|
||||
} else {
|
||||
return L"MessageBox";
|
||||
return "MessageBox";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user