Compare commits

..

No commits in common. "11786d5fddeac59fe6b61accf7097ed0f0412cad" and "9aad2d44042bb7089017652c71a8ab2010dcfaf6" have entirely different histories.

1 changed files with 3 additions and 4 deletions

View File

@ -20,7 +20,7 @@ class EditorData
}; };
class LayerIndexProvider class LayerIndexProvider
{ {
nextID=131; nextID=124;
}; };
class Camera class Camera
{ {
@ -446,7 +446,6 @@ class ScenarioData
saving=0; saving=0;
disabledAI=1; disabledAI=1;
respawn=3; respawn=3;
respawnDelay=5;
class Header class Header
{ {
gameType="Zeus"; gameType="Zeus";
@ -454,7 +453,7 @@ class ScenarioData
}; };
class CustomAttributes class CustomAttributes
{ {
class Category0 class Category1
{ {
name="Multiplayer"; name="Multiplayer";
class Attribute0 class Attribute0
@ -483,7 +482,7 @@ class CustomAttributes
}; };
nAttributes=1; nAttributes=1;
}; };
class Category1 class Category2
{ {
name="Scenario"; name="Scenario";
class Attribute0 class Attribute0