Skip to content

Commit

Permalink
Corrected old game data file spelling in editor to match engine
Browse files Browse the repository at this point in the history
  • Loading branch information
monkey0506 committed Dec 24, 2014
1 parent 98bce6d commit fef66bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/AGS.Editor/AGSEditor.cs
Expand Up @@ -38,7 +38,7 @@ public class AGSEditor : ISourceControlIntegration
//public const string DEBUG_EXE_FILE_NAME = "_debug.exe";
public const string GAME_FILE_NAME = "Game.agf";
public const string BACKUP_GAME_FILE_NAME = "Game.agf.bak";
public const string OLD_GAME_FILE_NAME = "ac2game.dta";
public const string OLD_GAME_FILE_NAME = "ac2game.dat";
public const string TEMPLATES_DIRECTORY_NAME = "Templates";
public const string AGS_REGISTRY_KEY = @"SOFTWARE\Adventure Game Studio\AGS Editor";
public const string SPRITE_FILE_NAME = "acsprset.spr";
Expand Down

0 comments on commit fef66bf

Please sign in to comment.