Skip to content

Commit

Permalink
remove vk_back hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Dec 18, 2019
1 parent 3bf11ef commit db4d79b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions src/ddraw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -717,14 +717,6 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
return 0;
}
}
if (wParam == VK_BACK)
{
if (!Fullscreen)
{
ShowWindow(hwnd_main, SW_MINIMIZE);
return 0;
}
}
break;
}
case WM_ACTIVATEAPP:
Expand Down
6 changes: 3 additions & 3 deletions src/resource.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,1,6,7
PRODUCTVERSION 0,1,6,7
FILEVERSION 0,1,6,8
PRODUCTVERSION 0,1,6,8
FILEFLAGSMASK 63
FILEFLAGS 0
FILEOS VOS_UNKNOWN
Expand All @@ -14,7 +14,7 @@ FILESUBTYPE VFT2_UNKNOWN
BLOCK "040904E4" /* LANG_ENGLISH/SUBLANG_DEFAULT, CP 1252 */
{
VALUE "FileDescription", "compatibility ddraw proxy for war2bne"
VALUE "FileVersion", "0.1.6.7"
VALUE "FileVersion", "0.1.6.8"
VALUE "LegalCopyright", "https://github.com/FunkyFr3sh/Aqrit-DDraw-Hack"
}
}
Expand Down

0 comments on commit db4d79b

Please sign in to comment.