| version 1.11 | version 1.12 | |||
|---|---|---|---|---|
|
| |||
| endif | endif | |||
| endif | endif | |||
| ifdef NORMAL_TMAP | ||||
| #OPT = a | ||||
| else | ||||
| ifndef SND | ||||
| SND = _ | ||||
| endif | ||||
| ifdef PENT_TMAP | ||||
| OPT = b | ||||
| else | ||||
| ifdef PPRO_TMAP | ||||
| OPT = c | ||||
| else | ||||
| ifdef FP_TMAP | ||||
| OPT = f | ||||
| endif | ||||
| endif | ||||
| endif | ||||
| endif | ||||
| endif | endif | |||
| endif | endif | |||
| Legend: | |
| line(s) removed in v.1.11 | |
| line(s) changed | |
| line(s) added in v.1.12 | |