mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-19 08:03:42 +00:00
refactor: nuke all widestrings and widechars everywhere
This commit is contained in:
@@ -18,7 +18,7 @@ UIComponent_MenuBackground::UIComponent_MenuBackground(int iPad, void* initData,
|
||||
initialiseMovie();
|
||||
}
|
||||
|
||||
std::wstring UIComponent_MenuBackground::getMoviePath() {
|
||||
std::string UIComponent_MenuBackground::getMoviePath() {
|
||||
switch (m_parentLayer->getViewport()) {
|
||||
case IPlatformRenderer::VIEWPORT_TYPE_SPLIT_TOP:
|
||||
case IPlatformRenderer::VIEWPORT_TYPE_SPLIT_BOTTOM:
|
||||
@@ -38,7 +38,7 @@ std::wstring UIComponent_MenuBackground::getMoviePath() {
|
||||
|
||||
// We use the fullscreen one even in splitscreen, just draw different parts
|
||||
// of it
|
||||
return L"MenuBackground";
|
||||
return "MenuBackground";
|
||||
}
|
||||
|
||||
void UIComponent_MenuBackground::render(S32 width, S32 height,
|
||||
|
||||
Reference in New Issue
Block a user