Skip to content

Commit

Permalink
Common: added few ancient versions to GameVersion enum
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed Feb 24, 2025
1 parent e8a56a9 commit 8c58caa
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Common/ac/game_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,21 @@ Few minor behavior changes.
enum GameDataVersion
{
kGameVersion_Undefined = 0,
kGameVersion_200 = 5,
kGameVersion_201 = 6,
kGameVersion_203 = 7,
// NOTE: 8 was possibly a beta version, agsedit 2.40 prints the
// following message upon seeing it:
// "Error: This game was saved by a beta version of AGS."
// NOTE: 9 is shared by all versions from 2.07 to 2.15
kGameVersion_207 = 9,
// NOTE: 10 was possibly a beta between 2.15 and 2.20
kGameVersion_220 = 11,
kGameVersion_230 = 12,
kGameVersion_240 = 12,
kGameVersion_250 = 18,
kGameVersion_251 = 19, // same as 2.52
// NOTE: 19 is shared by 2.51 and 2.52
kGameVersion_251 = 19,
kGameVersion_253 = 20,
kGameVersion_254 = 21,
kGameVersion_255 = 22,
Expand Down

0 comments on commit 8c58caa

Please sign in to comment.