KS-Presto / Wolf4SDL

A cross-platform port of Wolfenstein 3D with a number of changes and additions. Repository migrated to Bitbucket, please visit the link below
https://bitbucket.org/ks-presto/wolf4sdl
GNU General Public License v2.0
52 stars 26 forks source link

Shapetest: Add support for 64-bit and 1TB memory #35

Closed ghost closed 3 years ago

ghost commented 3 years ago

Tested with windows 32-bit and linux 64-bit binaries

KS-Presto commented 3 years ago

Thanks. Are there any more issues with compiling for 64-bit? I wouldn't be surprised if some more (intptr_t) casts are needed somewhere, but I don't know offhand...

ghost commented 3 years ago

That was the only warning, but I didn't try compiling with any added features like floor/ceiling 🐵