mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-11 11:22:12 +00:00
refactor: nuke all widestrings and widechars everywhere
This commit is contained in:
@@ -76,11 +76,11 @@ UIScene_HelpAndOptionsMenu::UIScene_HelpAndOptionsMenu(int iPad, void* initData,
|
||||
|
||||
UIScene_HelpAndOptionsMenu::~UIScene_HelpAndOptionsMenu() {}
|
||||
|
||||
std::wstring UIScene_HelpAndOptionsMenu::getMoviePath() {
|
||||
std::string UIScene_HelpAndOptionsMenu::getMoviePath() {
|
||||
if (app.GetLocalPlayerCount() > 1) {
|
||||
return L"HelpAndOptionsMenuSplit";
|
||||
return "HelpAndOptionsMenuSplit";
|
||||
} else {
|
||||
return L"HelpAndOptionsMenu";
|
||||
return "HelpAndOptionsMenu";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user