mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-06-03 10:41:12 +00:00
* Updated to ZDoom 4025:
- Do not clear the CF_WEAPONSWITCHOK flag each tic, so that the last setting from A_WeaponReady will carry over until the next A_WeaponReady. Changed P_CheckWeaponSwitch() to clear any pending weapon requests while weapon switching is disabled. - Removed the BuildString() override that took a char** argv, because it was used nowhere. - Fixed: BuildString() failed to properly generate command lines for arguments with embedded " characters. git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1505 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
parent
bfc35bab40
commit
a7dcb7c6e8
4 changed files with 57 additions and 48 deletions
|
@ -3,5 +3,5 @@
|
|||
// This file was automatically generated by the
|
||||
// updaterevision tool. Do not edit by hand.
|
||||
|
||||
#define ZD_SVN_REVISION_STRING "4023"
|
||||
#define ZD_SVN_REVISION_NUMBER 4023
|
||||
#define ZD_SVN_REVISION_STRING "4025"
|
||||
#define ZD_SVN_REVISION_NUMBER 4025
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue