Replace "time" type name by a more generic one "float"
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
|
||||
"m_length" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "140"
|
||||
"linux" "156"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_width" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "144"
|
||||
"linux" "160"
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
"m_height" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "148"
|
||||
"linux" "164"
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
"m_speed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "152"
|
||||
"linux" "168"
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
"m_dir" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "156"
|
||||
"linux" "172"
|
||||
@ -75,7 +75,7 @@
|
||||
|
||||
"m_startSpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "160"
|
||||
"linux" "176"
|
||||
@ -129,7 +129,7 @@
|
||||
|
||||
"m_flVolume" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "200"
|
||||
"linux" "216"
|
||||
@ -138,7 +138,7 @@
|
||||
|
||||
"m_flBank" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "204"
|
||||
"linux" "220"
|
||||
@ -147,7 +147,7 @@
|
||||
|
||||
"m_oldSpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "208"
|
||||
"linux" "224"
|
||||
@ -165,7 +165,7 @@
|
||||
|
||||
"m_flSteeringWheelDecay" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "216"
|
||||
"linux" "232"
|
||||
@ -174,7 +174,7 @@
|
||||
|
||||
"m_flAcceleratorDecay" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "220"
|
||||
"linux" "236"
|
||||
@ -183,7 +183,7 @@
|
||||
|
||||
"m_flTurnStartTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "224"
|
||||
"linux" "240"
|
||||
@ -192,7 +192,7 @@
|
||||
|
||||
"m_flLaunchTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "228"
|
||||
"linux" "244"
|
||||
@ -201,7 +201,7 @@
|
||||
|
||||
"m_flLastNormalZ" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "232"
|
||||
"linux" "248"
|
||||
@ -210,7 +210,7 @@
|
||||
|
||||
"m_flCanTurnNow" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "236"
|
||||
"linux" "252"
|
||||
@ -219,7 +219,7 @@
|
||||
|
||||
"m_flUpdateSound" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "240"
|
||||
"linux" "256"
|
||||
|
Reference in New Issue
Block a user