Remove the <os> element from scenarios

Fix #522
This commit is contained in:
2025-02-15 23:41:27 -06:00
committed by Celtic Minstrel
parent c6f06ea862
commit 2145d88133
67 changed files with 0 additions and 67 deletions

View File

@@ -162,7 +162,6 @@ the following subtags:
format, you would use a different string here to let mainline OBoE know that it's
incompatible.
* `<version>` - The version of OBoE that the scenario was last edited with.
* `<os>` - The operating system on which the scenario was last edited.
* `<game>` - Contains the bulk of global information about the scenario.
* `<editor>` - Contains several details of the scenario that aren't relevant to gameplay,
but are instead used by the scenario editor to enhance your editing experience.

View File

@@ -80,7 +80,6 @@
<xs:sequence>
<xs:element name="type" type="xs:string"/>
<xs:element name="version" type="xs:string"/>
<xs:element name="os" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="shopEntries">