From 1ac6b2df9d83408982f310ee95871c49521981cc Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 17 Jun 2019 00:29:17 -0400 Subject: [PATCH] data: fix description of LandscapeId --- MarathonData.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MarathonData.md b/MarathonData.md index e1fd79a..95ede07 100644 --- a/MarathonData.md +++ b/MarathonData.md @@ -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.