mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
1197df828c
2 changed files with 3 additions and 2 deletions
|
@ -2587,6 +2587,7 @@ FUNC(LS_Line_SetBlocking)
|
|||
ML_BLOCKUSE,
|
||||
ML_BLOCKSIGHT,
|
||||
ML_BLOCKHITSCAN,
|
||||
ML_SOUNDBLOCK,
|
||||
-1
|
||||
};
|
||||
|
||||
|
|
|
@ -83,8 +83,8 @@ static FRandom pr_gunshot ("GunShot");
|
|||
|
||||
static const FGenericButtons ButtonChecks[] =
|
||||
{
|
||||
{ WRF_AllowReload, WF_WEAPONZOOMOK, BT_ZOOM, NAME_Zoom },
|
||||
{ WRF_AllowZoom, WF_WEAPONRELOADOK, BT_RELOAD, NAME_Reload },
|
||||
{ WRF_AllowZoom, WF_WEAPONZOOMOK, BT_ZOOM, NAME_Zoom },
|
||||
{ WRF_AllowReload, WF_WEAPONRELOADOK, BT_RELOAD, NAME_Reload },
|
||||
{ WRF_AllowUser1, WF_USER1OK, BT_USER1, NAME_User1 },
|
||||
{ WRF_AllowUser2, WF_USER2OK, BT_USER2, NAME_User2 },
|
||||
{ WRF_AllowUser3, WF_USER3OK, BT_USER3, NAME_User3 },
|
||||
|
|
Loading…
Reference in a new issue