Replace "time" type name by a more generic one "float"
This commit is contained in:
@ -84,7 +84,7 @@
|
||||
|
||||
"m_startTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "736"
|
||||
"linux" "756"
|
||||
@ -93,7 +93,7 @@
|
||||
|
||||
"m_dTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "740"
|
||||
"linux" "760"
|
||||
@ -111,7 +111,7 @@
|
||||
|
||||
"m_flIdealtilt" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "756"
|
||||
"linux" "776"
|
||||
@ -120,7 +120,7 @@
|
||||
|
||||
"m_flRotortilt" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "760"
|
||||
"linux" "780"
|
||||
@ -129,7 +129,7 @@
|
||||
|
||||
"m_flRightHealth" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "764"
|
||||
"linux" "784"
|
||||
@ -138,7 +138,7 @@
|
||||
|
||||
"m_flLeftHealth" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "768"
|
||||
"linux" "788"
|
||||
|
Reference in New Issue
Block a user