fix(CPedIntelligence): incorrect classname (#99)
This commit is contained in:
parent
f155790d38
commit
90481b438a
@ -1,9 +1,9 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
class CPedOxygenInfo
|
class CPedIntelligence
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
char pad_0000[632]; //0x0000
|
char pad_0000[632]; //0x0000
|
||||||
float m_oxygen_time; //0x0278
|
float m_oxygen_time; //0x0278
|
||||||
}; //Size: 0x027C
|
}; //Size: 0x027C
|
||||||
static_assert(sizeof(CPedOxygenInfo) == 0x27C);
|
static_assert(sizeof(CPedIntelligence) == 0x27C);
|
Loading…
Reference in New Issue
Block a user