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:
@@ -38,6 +38,18 @@
|
||||
#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
|
||||
#define MAXFLOAT ((float)3.40282347e+38)
|
||||
#endif
|
||||
@@ -133,23 +145,9 @@
|
||||
#define FNT_PDRAW 1
|
||||
#define FNT_HAEBERLI 2
|
||||
|
||||
|
||||
/* isect and scanfill */
|
||||
#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 */
|
||||
|
||||
/* do_global_buttons(event) */
|
||||
|
Reference in New Issue
Block a user