mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-25 13:53:44 +00:00
parent
e4119a8618
commit
27ff1047be
1 changed files with 1 additions and 5 deletions
|
@ -1449,11 +1449,7 @@ Render2dStuff(void)
|
|||
firstPersonWeapon = true;
|
||||
|
||||
// Draw black border for sniper and rocket launcher
|
||||
#ifdef FIX_BUGS
|
||||
if((weaponType == WEAPONTYPE_SNIPERRIFLE || weaponType == WEAPONTYPE_LASERSCOPE) && firstPersonWeapon) {
|
||||
#else
|
||||
if((weaponType == WEAPONTYPE_SNIPERRIFLE || weaponType == WEAPONTYPE_ROCKETLAUNCHER || weaponType == WEAPONTYPE_LASERSCOPE) && firstPersonWeapon){
|
||||
#endif
|
||||
CRGBA black(0, 0, 0, 255);
|
||||
|
||||
// top and bottom strips
|
||||
|
|
Loading…
Reference in a new issue