Update DoD offsets
This commit is contained in:
@ -21,6 +21,8 @@
|
||||
{
|
||||
"m_iFreeSound" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "328"
|
||||
"linux" "344"
|
||||
"mac" "344"
|
||||
@ -28,6 +30,8 @@
|
||||
|
||||
"m_iActiveSound" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "332"
|
||||
"linux" "348"
|
||||
"mac" "348"
|
||||
@ -35,6 +39,8 @@
|
||||
|
||||
"m_cLastActiveSounds" // int
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "336"
|
||||
"linux" "352"
|
||||
"mac" "352"
|
||||
@ -42,13 +48,18 @@
|
||||
|
||||
"m_fShowReport" // BOOL
|
||||
{
|
||||
"type" "integer"
|
||||
|
||||
"windows" "340"
|
||||
"linux" "356"
|
||||
"mac" "356"
|
||||
}
|
||||
|
||||
"m_SoundPool" // CSound[64]
|
||||
"m_SoundPool" // class CSound[64]
|
||||
{
|
||||
"type" "class"
|
||||
"size" "64"
|
||||
|
||||
"windows" "344"
|
||||
"linux" "360"
|
||||
"mac" "360"
|
||||
|
Reference in New Issue
Block a user