Skip to content

Commit

Permalink
update templates, rename events to links, move stuff around, minor up…
Browse files Browse the repository at this point in the history
…dates
  • Loading branch information
igorseabra4 committed Mar 13, 2019
1 parent 417da95 commit d068a2d
Show file tree
Hide file tree
Showing 58 changed files with 1,490 additions and 1,422 deletions.
2 changes: 1 addition & 1 deletion IndustrialPark/ArchiveEditor/ArchiveEditorFunctions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ private void AddAssetToDictionary(Section_AHDR AHDR, bool fast = false)
break;
case AssetType.SCRP:
{
AssetSRCP newAsset = new AssetSRCP(AHDR);
AssetSCRP newAsset = new AssetSCRP(AHDR);
assetDictionary.Add(AHDR.assetID, newAsset);
}
break;
Expand Down
170 changes: 85 additions & 85 deletions IndustrialPark/ArchiveEditor/ArchiveEditorFunctions_AssetTemplates.cs

Large diffs are not rendered by default.

594 changes: 0 additions & 594 deletions IndustrialPark/ArchiveEditor/EventEditor.cs

This file was deleted.

Large diffs are not rendered by default.

Loading

0 comments on commit d068a2d

Please sign in to comment.