Update HLDM offsets

This commit is contained in:
Arkshine
2015-08-10 15:58:41 +02:00
parent 2fa53badd9
commit 9a83db66f5
138 changed files with 1775 additions and 1 deletions

View File

@ -21,6 +21,8 @@
{
"m_iFreeSound" // int
{
"type" "integer"
"windows" "84"
"linux" "100"
"mac" "100"
@ -28,6 +30,8 @@
"m_iActiveSound" // int
{
"type" "integer"
"windows" "88"
"linux" "104"
"mac" "104"
@ -35,6 +39,8 @@
"m_cLastActiveSounds" // int
{
"type" "integer"
"windows" "92"
"linux" "108"
"mac" "108"
@ -42,13 +48,18 @@
"m_fShowReport" // BOOL
{
"type" "integer"
"windows" "96"
"linux" "112"
"mac" "112"
}
"m_SoundPool" // CSound[64]
"m_SoundPool" // class CSound[64]
{
"type" "class"
"size" "64"
"windows" "100"
"linux" "116"
"mac" "116"