Replace "time" type name by a more generic one "float"
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flTurning" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "660"
|
||||
"linux" "680"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_flAccelerate" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "668"
|
||||
"linux" "688"
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
"m_obstacle" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "672"
|
||||
"linux" "692"
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
"m_top" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "676"
|
||||
"linux" "696"
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
"m_bottom" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "680"
|
||||
"linux" "700"
|
||||
@ -75,7 +75,7 @@
|
||||
|
||||
"m_height" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "684"
|
||||
"linux" "704"
|
||||
@ -84,7 +84,7 @@
|
||||
|
||||
"m_waterTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "688"
|
||||
"linux" "708"
|
||||
@ -93,7 +93,7 @@
|
||||
|
||||
"m_sideTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "692"
|
||||
"linux" "712"
|
||||
@ -102,7 +102,7 @@
|
||||
|
||||
"m_zTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "696"
|
||||
"linux" "716"
|
||||
@ -111,7 +111,7 @@
|
||||
|
||||
"m_stateTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "700"
|
||||
"linux" "720"
|
||||
@ -120,7 +120,7 @@
|
||||
|
||||
"m_attackSoundTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "704"
|
||||
"linux" "724"
|
||||
|
Reference in New Issue
Block a user