data: fix description of LandscapeId

master
an 2019-06-17 00:29:17 -04:00
parent 494ed48981
commit 1ac6b2df9d
1 changed files with 2 additions and 2 deletions

View File

@ -971,8 +971,8 @@ Static Map Info is 88 bytes.
one ended up being useless and the third was made into a map flag instead
which simply modifies the current physics model. This should always be set to
`1` by new editors.
- `LandscapeId` is a Landscape enumeration. is the landscape number to use for
the sky. This starts at `0`, since it's an offset into the landscape
- `LandscapeId` is a Landscape enumeration. It is the landscape number to use
for the sky. This starts at `0`, since it's an offset into the landscape
collections. If `DataVersion` is `DataM1` or the `Music` flag of `EnvFlags` is
set, then this is used as the music index instead.
- `MissionFlags` is a Mission Flags bit field.