diff --git a/ddraw.rc b/ddraw.rc index f021b86..c83ea80 100644 --- a/ddraw.rc +++ b/ddraw.rc @@ -4,7 +4,7 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 2 #define VERSION_BUILD 5 -#define VERSION_REVISION 0 +#define VERSION_REVISION 1 #define VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION #define VERSION_STRING ver_str(VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION) diff --git a/src/settings.c b/src/settings.c index c2680b8..02e15ca 100644 --- a/src/settings.c +++ b/src/settings.c @@ -238,6 +238,10 @@ static void CreateSettingsIni() "[C&C95]\n" "maxgameticks=60\n" "\n" + "; Command & Conquer: Red Alert\n" + "[ra95]\n" + "maxgameticks=60\n" + "\n" "; Age of Empires\n" "[empires]\n" "hidemouse=false\n" @@ -281,6 +285,14 @@ static void CreateSettingsIni() "[BM]\n" "maxgameticks=60\n" "\n" + "; Dune 2000\n" + "[dune2000]\n" + "maxgameticks=60\n" + "\n" + "; Dune 2000 Online\n" + "[dune2000-spawn]\n" + "maxgameticks=60\n" + "\n" , fh); fclose(fh);