mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-06 07:33:42 +00:00
fix: follow the time-honored 4J tradition of being lazy and not stubbing _itow in ChunkStorage
This commit is contained in:
parent
d75e0570b0
commit
fd1dd31c6b
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue