fix: follow the time-honored 4J tradition of being lazy and not stubbing _itow in ChunkStorage

This commit is contained in:
Tropical 2026-03-02 19:40:40 -06:00
parent d75e0570b0
commit fd1dd31c6b

View file

@ -65,7 +65,7 @@ File OldChunkStorage::getFile(int x, int z)
wchar_t xRadix36[64];
wchar_t zRadix36[64];
#if ( defined __PS3__ || defined __ORBIS__ || defined __PSVITA__ )
#if ( defined __PS3__ || defined __ORBIS__ || defined __PSVITA__ || defined __linux__ )
assert(0); // need a gcc verison of _itow ?
#else
_itow(x,xRadix36,36);