| # | Line 26 | Line 26 | extern "C" { | |
|---|---|---|
| 26 | #define MINGAM 0.75 | |
| 27 | #define DEFGAM 2.2 | |
| 28 | #define MINLDDYN 2. | |
| 29 | < | #define DEFLDDYN 32. |
| 29 | > | #define DEFLDDYN 100. |
| 30 | #define MINLDMAX 1. | |
| 31 | #define DEFLDMAX 100. | |
| 32 | ||
| # | Line 59 | Line 59 | extern int tmNewMap(TMstruct *tms); /* allocate new to | |
| 59 | extern int tmErrorReturn(const char *, TMstruct *, int); | |
| 60 | ||
| 61 | /* lookup for mesopic scaling */ | |
| 62 | < | extern BYTE tmMesofact[BMESUPPER-BMESLOWER]; |
| 62 | > | extern uby8 tmMesofact[BMESUPPER-BMESLOWER]; |
| 63 | ||
| 64 | extern void tmMkMesofact(void); /* build tmMesofact */ | |
| 65 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |