mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
- Bugfix: EDB: Rendering of "Hide Muzzle Flash" icon
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@3120 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -5987,6 +5987,11 @@ void DrawMiscValues( OBJECTTYPE * gpItemDescObject )
|
||||
|
||||
// HIDE MUZZLE FLASH
|
||||
// NO DATA SHOWN, icon either appears or does not appear.
|
||||
// HEADROCK HAM 3.5 - Fixed this, because the count needs to be increased to skip a line!
|
||||
if ( Item[ gpItemDescObject->usItem ].hidemuzzleflash > 0 && cnt<=27 )
|
||||
{
|
||||
cnt++;
|
||||
}
|
||||
|
||||
// BIPOD
|
||||
if ( Item[ gpItemDescObject->usItem ].bipod != 0 && cnt<=27 )
|
||||
|
||||
Reference in New Issue
Block a user