mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-16 01:11:28 +00:00
Remove YES and NO #defines from duke3d.h since they're giving warnings on OS X.
git-svn-id: https://svn.eduke32.com/eduke32@2450 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ba9a3f9d1b
commit
af2f862c85
2 changed files with 0 additions and 7 deletions
|
@ -33,10 +33,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
#define MAXQUOTES 2048
|
#define MAXQUOTES 2048
|
||||||
#define MAXQUOTELEN 128
|
#define MAXQUOTELEN 128
|
||||||
|
|
||||||
// Some misc #defines
|
|
||||||
//#define NO 0
|
|
||||||
//#define YES 1
|
|
||||||
|
|
||||||
typedef int32_t instype;
|
typedef int32_t instype;
|
||||||
typedef int32_t ofstype;
|
typedef int32_t ofstype;
|
||||||
|
|
||||||
|
|
|
@ -91,9 +91,6 @@ extern "C" {
|
||||||
#define TICSPERFRAME 4
|
#define TICSPERFRAME 4
|
||||||
#define TICRATE 120
|
#define TICRATE 120
|
||||||
|
|
||||||
#define NO 0
|
|
||||||
#define YES 1
|
|
||||||
|
|
||||||
#define PACKBUF_SIZE 2048
|
#define PACKBUF_SIZE 2048
|
||||||
|
|
||||||
#define TILE_SAVESHOT (MAXTILES-1)
|
#define TILE_SAVESHOT (MAXTILES-1)
|
||||||
|
|
Loading…
Reference in a new issue