- Fixed: The new sound pausing on menu open interrupted Strife conversations.
- Did some very preliminary support for x64 compiling. - Now I see why makewad is using the __fastcall calling convention by default: Because the release zlib is built with it as well. - Fixed: Conversion from 'const char *' to 'char *' in DEM_SAVEGAME case in Net_DoCommand(). - Updated the project files for Visual C++ 2005. SVN r138 (trunk)
This commit is contained in:
parent
ade6319a3c
commit
cb18719d05
31 changed files with 10421 additions and 2632 deletions
|
|
@ -997,7 +997,7 @@ UINT_PTR CALLBACK SaveHookProc (HWND hDlg, UINT msg, WPARAM wParam, LPARAM lPara
|
|||
"Nothing Selected",
|
||||
MB_YESNO|MB_ICONEXCLAMATION|MB_DEFBUTTON2))
|
||||
{
|
||||
SetWindowLongPtr (hDlg, DWL_MSGRESULT, 1);
|
||||
SetWindowLongPtr (hDlg, DWLP_MSGRESULT, 1);
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue