1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Add APP_SYSTEM_TIER4 to fix up APP_SYSTEM_TIER_OTHER value

This commit is contained in:
Nick Hastings
2023-05-16 14:21:54 -04:00
committed by Nicholas Hastings
parent f32ff65c1b
commit 93421303a0

View File

@ -47,6 +47,7 @@ enum AppSystemTier_t
APP_SYSTEM_TIER1, APP_SYSTEM_TIER1,
APP_SYSTEM_TIER2, APP_SYSTEM_TIER2,
APP_SYSTEM_TIER3, APP_SYSTEM_TIER3,
APP_SYSTEM_TIER4,
APP_SYSTEM_TIER_OTHER, APP_SYSTEM_TIER_OTHER,
}; };