Skip to content

Commit

Permalink
add devmode to config file
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Mar 19, 2018
1 parent 47026bf commit f8a3498
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ddraw.rc
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
1 VERSIONINFO
FILEVERSION 1,1,5,9
PRODUCTVERSION 1,1,5,9
FILEVERSION 1,1,6,0
PRODUCTVERSION 1,1,6,0
{
BLOCK "StringFileInfo"
{
BLOCK "040904B0"
{
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"
}
}
Expand Down
2 changes: 2 additions & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f8a3498

Please sign in to comment.