Update TFC offsets

This commit is contained in:
Arkshine
2015-08-10 16:06:33 +02:00
parent 9a83db66f5
commit a50b1e17d8
120 changed files with 1928 additions and 1 deletions

View File

@ -21,6 +21,8 @@
{
"m_iFreeSound" // int
{
"type" "integer"
"windows" "1124"
"linux" "1140"
"mac" "1140"
@ -28,6 +30,8 @@
"m_iActiveSound" // int
{
"type" "integer"
"windows" "1128"
"linux" "1144"
"mac" "1144"
@ -35,6 +39,8 @@
"m_cLastActiveSounds" // int
{
"type" "integer"
"windows" "1132"
"linux" "1148"
"mac" "1148"
@ -42,13 +48,18 @@
"m_fShowReport" // BOOL
{
"type" "integer"
"windows" "1136"
"linux" "1152"
"mac" "1152"
}
"m_SoundPool" // CSound[64]
"m_SoundPool" // class CSound[64]
{
"type" "class"
"size" "64"
"windows" "1140"
"linux" "1156"
"mac" "1156"