Update TFC offsets
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user