1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

add devmode to config file

This commit is contained in:
FunkyFr3sh 2018-03-19 16:12:50 +01:00
parent 47026bf011
commit f8a3498a5a
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
1 VERSIONINFO
FILEVERSION 1,1,5,9
PRODUCTVERSION 1,1,5,9
FILEVERSION 1,1,6,0
PRODUCTVERSION 1,1,6,0
{
BLOCK "StringFileInfo"
{
@ -8,13 +8,13 @@ PRODUCTVERSION 1,1,5,9
{
VALUE "CompanyName", "cncnet.org"
VALUE "FileDescription", "DirectDraw replacement for C&C95 and Red Alert"
VALUE "FileVersion", "1.1.5.9"
VALUE "FileVersion", "1.1.6.0"
VALUE "InternalName", "ddraw"
VALUE "LegalCopyright", "Copyright (c) 2010-2018"
VALUE "LegalTrademarks", ""
VALUE "OriginalFileName", "ddraw.dll"
VALUE "ProductName", "DirectDraw replacement for C&C95 and Red Alert"
VALUE "ProductVersion", "1.1.5.9"
VALUE "ProductVersion", "1.1.6.0"
VALUE "Comments", "https://cncnet.org"
}
}

View File

@ -985,6 +985,8 @@ HRESULT WINAPI DirectDrawCreate(GUID FAR* lpGUID, LPDIRECTDRAW FAR* lplpDD, IUnk
"fakecursorpos=true\n"
"; Hide WM_ACTIVATEAPP messages to prevent freezing on alt+tab (Carmageddon)\n"
"noactivateapp=false\n"
"; developer mode (don't lock the cursor)\n"
"devmode=false\n"
, fh);
fclose(fh);