Define comp 103 as Gate Rush Control comp (#1078)

Fix typo in 115
This commit is contained in:
Aaron Kimbrell 2023-05-11 06:54:41 -05:00 committed by GitHub
parent 6e6a05fc1d
commit 0e01948414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ enum class eReplicaComponentType : uint32_t {
DONATION_VENDOR, DONATION_VENDOR,
COMBAT_MEDIATOR, COMBAT_MEDIATOR,
COMMENDATION_VENDOR, COMMENDATION_VENDOR,
UNKNOWN_103, GATE_RUSH_CONTROL,
RAIL_ACTIVATOR, RAIL_ACTIVATOR,
ROLLER, ROLLER,
PLAYER_FORCED_MOVEMENT, PLAYER_FORCED_MOVEMENT,
@ -119,7 +119,7 @@ enum class eReplicaComponentType : uint32_t {
UNKNOWN_112, UNKNOWN_112,
PROPERTY_PLAQUE, PROPERTY_PLAQUE,
BUILD_BORDER, BUILD_BORDER,
UNKOWN_115, UNKNOWN_115,
CULLING_PLANE, CULLING_PLANE,
DESTROYABLE = 1000 // Actually 7 DESTROYABLE = 1000 // Actually 7
}; };