Always have precise_t defined

This commit is contained in:
Eidolon 2021-06-30 03:38:16 -05:00
parent bc9251e13b
commit 996f35b592

View file

@ -392,8 +392,6 @@ unset_bit_array (bitarray_t * const array, const int value)
array[value >> 3] &= ~(1<<(value & 7));
}
#ifdef HAVE_SDL
typedef UINT64 precise_t;
#endif
#endif //__DOOMTYPE__