Moved the MAX section up so its with MAXFLOAT

also cleaned up some tabbing to make the file look pretty...

Kent
This commit is contained in:
2003-05-22 11:11:56 +00:00
parent 30f7d15296
commit d746ad1416

View File

@@ -38,6 +38,18 @@
#endif #endif
#endif #endif
/* **************** MAX ********************* */
#define MAXLAMP 32766
/* max length material array, 16 because of bits in matfrom */
#define MAXPICKBUF 2000
#define MAXSEQ 32
/* in Image struct */
#define MAXMIPMAP 10
/* in buttons.c */
#define MAX_EFFECT 20
#ifndef MAXFLOAT #ifndef MAXFLOAT
#define MAXFLOAT ((float)3.40282347e+38) #define MAXFLOAT ((float)3.40282347e+38)
#endif #endif
@@ -133,23 +145,9 @@
#define FNT_PDRAW 1 #define FNT_PDRAW 1
#define FNT_HAEBERLI 2 #define FNT_HAEBERLI 2
/* isect and scanfill */ /* isect and scanfill */
#define COMPLIMIT 0.0003 #define COMPLIMIT 0.0003
/* **************** MAX ********************* */
#define MAXLAMP 32766
/* max length material array, 16 because of bits in matfrom */
#define MAXPICKBUF 2000
#define MAXSEQ 32
/* in Image struct */
#define MAXMIPMAP 10
/* in buttons.c */
#define MAX_EFFECT 20
/* getbutton */ /* getbutton */
/* do_global_buttons(event) */ /* do_global_buttons(event) */