Minor update to OpenArena, small x64 fixes to random headers

This commit is contained in:
Sergii Pylypenko
2014-10-24 21:50:08 +03:00
parent 38390d7af9
commit 064f685983
8 changed files with 56 additions and 23 deletions

View File

@@ -61,8 +61,12 @@
#define HAVE_STDIO_H 1
#ifdef __LP64__
#define SIZEOF_VOIDP 8
#else
#define SIZEOF_VOIDP 4
#endif
#define SDL_HAS_64BIT_TYPE 1
/* FireSlash found that SDL native memcpy crashes sometimes, these defines fix it (and they are faster) */