MantisBT - Zandronum
View Issue Details
0000890Zandronum[All Projects] Bugpublic2012-06-20 12:152012-06-20 15:37
ZzZombo 
 
normalminoralways
closedno change required 
98d 
 
0000890: Custom SBARINFO DrawBar problem
As I described on'http://zandronum.com/forum/showthread.php?tid=298 [^]' I can't get why attached example draws only either full bar or none.
Run attached file, start game and type "give InfectionMeter 2500" (half of maximum quantity) in the console. The bar will drawn full instead of desired halved.
I put everything exactly as it appears in my mod with except for TEXTURES lump where I adjusted scales.
No tags attached.
? skulltag_bug_example5.pk3 (5,148) 2012-06-20 12:15
/tracker/file_download.php?file_id=633&type=bug
Issue History
2012-06-20 12:15ZzZomboNew Issue
2012-06-20 12:15ZzZomboFile Added: skulltag_bug_example5.pk3
2012-06-20 15:37DuskNote Added: 0003819
2012-06-20 15:37DuskStatusnew => closed
2012-06-20 15:37DuskResolutionopen => no change required

Notes
(0003819)
Dusk   
2012-06-20 15:37   
User error.

When using DrawBar, you need to give the full bar image first, then the empty one. Your mod does it the other way around. Correcting that corrects the behavior.