2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-06 08:47:26 +00:00

chore: update count properties of leaderboard enums

This commit is contained in:
Jan
2024-05-19 11:52:29 +02:00
parent 489e4d033e
commit dc090c1371
2 changed files with 15 additions and 7 deletions

View File

@@ -2549,7 +2549,8 @@ namespace IW4
LBCOL_TYPE_PRESTIGE = 0x3,
LBCOL_TYPE_BIGNUMBER = 0x4,
LBCOL_TYPE_PERCENT = 0x5,
LBCOL_TYPE_COUNT = 0x6,
LBCOL_TYPE_COUNT
};
enum LbAggType
@@ -2558,7 +2559,8 @@ namespace IW4
LBAGG_TYPE_MAX = 0x1,
LBAGG_TYPE_SUM = 0x2,
LBAGG_TYPE_LAST = 0x3,
LBAGG_TYPE_COUNT = 0x4,
LBAGG_TYPE_COUNT
};
struct LbColumnDef