Skip to content

Commit

Permalink
Editor: rised xml version to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed May 11, 2019
1 parent d10a2d3 commit 8c189f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Editor/AGS.Editor/AGSEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ public class AGSEditor : ISourceControlIntegration
* 17: 3.5.0.4 - Extended sprite source properties
* 18: 3.5.0.8 - Disallow relative asset resolutions by default, added flag for compatibility;
* Real sprite resolution; Individual font scaling; Default room mask resolution
* 19: 3.5.0.11 - Custom Say and Narrate functions for dialog scripts.
*/
public const int LATEST_XML_VERSION_INDEX = 18;
public const int LATEST_XML_VERSION_INDEX = 19;
/*
* LATEST_USER_DATA_VERSION is the last version of the user data file that used a
* 4-point-4-number string to identify the version of AGS that saved the file.
Expand Down

0 comments on commit 8c189f7

Please sign in to comment.