Skip to content
Snippets Groups Projects
Commit 2b6ac1a7 authored by Eidolon's avatar Eidolon
Browse files

Always have precise_t defined

parent 202e7199
No related branches found
No related tags found
Loading
...@@ -392,8 +392,6 @@ unset_bit_array (bitarray_t * const array, const int value) ...@@ -392,8 +392,6 @@ unset_bit_array (bitarray_t * const array, const int value)
array[value >> 3] &= ~(1<<(value & 7)); array[value >> 3] &= ~(1<<(value & 7));
} }
#ifdef HAVE_SDL
typedef UINT64 precise_t; typedef UINT64 precise_t;
#endif
#endif //__DOOMTYPE__ #endif //__DOOMTYPE__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment