mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
New feature for UDB
It is now possible to see secondary attributes on the general tab for weapons. Just click on the tab a second time. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6428 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -438,6 +438,8 @@ BOOLEAN gfDeductPoints;
|
||||
// By saving this in memory, we tell the DescBox which background and values to draw, and make sure that we end up
|
||||
// on the same page every time we open the description box. UDB buttons allow switching between pages.
|
||||
UINT8 gubDescBoxPage;
|
||||
// silversurfer: Now we also have a secondary page on the general tab for weapons so we can look at their secondary attributes.
|
||||
UINT8 gubDescGenPage;
|
||||
// Record which line we're looking at. This only applied to the Advanced tab in description boxes.
|
||||
UINT8 gubDescBoxLine;
|
||||
// Record how many lines this item has to display. This only applies to the Advanced tab.
|
||||
|
||||
Reference in New Issue
Block a user