Replace "time" type name by a more generic one "float"
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flMaxSpin" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1700"
|
||||
"linux" "1720"
|
||||
@ -93,7 +93,7 @@
|
||||
|
||||
"m_fTurnRate" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1732"
|
||||
"linux" "1752"
|
||||
@ -147,7 +147,7 @@
|
||||
|
||||
"m_flLastSight" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1764"
|
||||
"linux" "1784"
|
||||
@ -156,7 +156,7 @@
|
||||
|
||||
"m_flMaxWait" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1768"
|
||||
"linux" "1788"
|
||||
@ -174,7 +174,7 @@
|
||||
|
||||
"m_flStartYaw" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1776"
|
||||
"linux" "1796"
|
||||
@ -201,7 +201,7 @@
|
||||
|
||||
"m_flPingTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1804"
|
||||
"linux" "1824"
|
||||
@ -210,7 +210,7 @@
|
||||
|
||||
"m_flSpinUpTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1808"
|
||||
"linux" "1828"
|
||||
|
Reference in New Issue
Block a user