Skip to content

Commit 4f65931

Browse files
authored
Update CBaseCombatCharacter.ini
Fixed offsets for CBaseCombatCharacter::Weapon_Switch on BMS.
1 parent ba03f28 commit 4f65931

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[virtual_function]
22

33
# _ZN20CBaseCombatCharacter13Weapon_SwitchEP17CBaseCombatWeaponi
4-
# TODO: Validate these offsets.
54
[[weapon_switch]]
6-
offset_linux = 265
7-
offset_windows = 264
5+
offset_linux = 283
6+
offset_windows = 282
87
arguments = POINTER, INT
98
return_type = BOOL

0 commit comments

Comments
 (0)