mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 08:51:08 +00:00
- globally search and replaced TRUE and FALSE in SW.
There were a handful of warnings afterward which were also addressed. The SWBOOL type has not been handled yet.
This commit is contained in:
parent
b2272bd377
commit
1a647e8104
46 changed files with 1276 additions and 1286 deletions
|
@ -269,14 +269,4 @@ void bfirst_search_try(T *const list, uint8_t *const bitmap, T *const eltnumptr,
|
|||
/* End dependence on compat.o object. */
|
||||
|
||||
|
||||
////////// EDuke32-specific features //////////
|
||||
|
||||
#ifndef TRUE
|
||||
# define TRUE 1
|
||||
#endif
|
||||
|
||||
#ifndef FALSE
|
||||
# define FALSE 0
|
||||
#endif
|
||||
|
||||
#endif // compat_h_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue