mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 04:35:32 +00:00
refactor: nuke all widestrings and widechars everywhere
This commit is contained in:
@@ -14,8 +14,8 @@ bool TutorialMessage::canDisplay() {
|
||||
return !limitRepeats || (timesShown < numRepeats);
|
||||
}
|
||||
|
||||
const wchar_t* TutorialMessage::getMessageForDisplay() {
|
||||
if (!canDisplay()) return L"";
|
||||
const char* TutorialMessage::getMessageForDisplay() {
|
||||
if (!canDisplay()) return "";
|
||||
|
||||
if (limitRepeats) ++timesShown;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user