mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-20 19:02:34 +00:00
Always have precise_t defined
This commit is contained in:
parent
bc9251e13b
commit
996f35b592
1 changed files with 0 additions and 2 deletions
|
@ -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__
|
||||
|
|
Loading…
Reference in a new issue