mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-30 19:19:01 +00:00
cleanup: flatten dead branches in world io level network and stats
This commit is contained in:
@@ -103,7 +103,7 @@ const char* wstringtofilename(const std::wstring& name) {
|
||||
assert(name.length() < 256);
|
||||
for (unsigned int i = 0; i < name.length(); i++) {
|
||||
wchar_t c = name[i];
|
||||
#if 0 || 0 || defined __linux__
|
||||
#if defined(__linux__)
|
||||
if (c == '\\') c = '/';
|
||||
#else
|
||||
if (c == '/') c = '\\';
|
||||
|
||||
Reference in New Issue
Block a user