We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42af5b commit 6aa27edCopy full SHA for 6aa27ed
1 file changed
src/Game/Structs.hpp
@@ -7687,8 +7687,6 @@ namespace Game
7687
char pad218[92];
7688
};
7689
7690
- static_assert(sizeof(gentity_s) == 0x274);
7691
-
7692
enum
7693
{
7694
ENTFIELD_ENTITY = 0x0,
@@ -12169,11 +12167,13 @@ namespace Game
12169
12167
WEAP_ANIM_ADS_LASTSHOT = 0x21,
12170
12168
WEAP_ANIM_ADS_RECHAMBER = 0x22,
12171
WEAP_ANIM_ADS_UP = 0x23,
12172
- WEAP_ANIM_ADS_DOWN = 0x24,
+ WEAP_ANIM_ADS_DOWN = 0x24,
12173
12174
- NUM_WEAP_ANIMS,
+ NUM_WEAP_ANIMS,
12175
12176
12177
-#pragma endregion#ifndef IDA
+#pragma endregion
+
+#ifndef IDA
12178
}
12179
#endif
0 commit comments