adding a switch to stepRange instead of step for levtypes o2d and o3d for mmsf/fc

This commit is contained in:
Sebastien Villaume 2024-02-09 11:37:03 +00:00
parent dda8471d83
commit 3722e3bfa0
1 changed files with 6 additions and 0 deletions

View File

@ -17,3 +17,9 @@ if (centre == 80 && subCentre == 98 && class is "c3") {
}
if (class is "ci") { unalias mars.method; }
if (levtype is "o2d" || levtype is "o3d") {
alias mars.step = stepRange;
} else {
alias mars.step = endStep;
}