diff --git a/ddraw.rc b/ddraw.rc index 30b20b7..e9ed161 100644 --- a/ddraw.rc +++ b/ddraw.rc @@ -4,7 +4,7 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 3 #define VERSION_BUILD 4 -#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 15cb99c..8789f44 100644 --- a/src/settings.c +++ b/src/settings.c @@ -353,6 +353,12 @@ static void CreateSettingsIni() "handlemouse=false\n" "maxfps=60\n" "\n" + "; Command & Conquer: Tiberian Sun Demo\n" + "[SUN]\n" + "noactivateapp=true\n" + "handlemouse=false\n" + "maxfps=60\n" + "\n" "; Command & Conquer: Tiberian Sun Online\n" "[ts-spawn]\n" "noactivateapp=true\n"