Update DoD offsets

This commit is contained in:
Arkshine
2015-08-10 15:52:21 +02:00
parent db14b0eae8
commit 2fa53badd9
157 changed files with 2148 additions and 3 deletions

View File

@ -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"