Replace "time" type name by a more generic one "float"
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
|
||||
"m_idealDist" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "700"
|
||||
"linux" "720"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_flBlink" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "704"
|
||||
"linux" "724"
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
"m_flEnemyTouched" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "708"
|
||||
"linux" "728"
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
"m_flMaxSpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "716"
|
||||
"linux" "736"
|
||||
@ -75,7 +75,7 @@
|
||||
|
||||
"m_flMinSpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "720"
|
||||
"linux" "740"
|
||||
@ -84,7 +84,7 @@
|
||||
|
||||
"m_flMaxDist" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "724"
|
||||
"linux" "744"
|
||||
@ -102,7 +102,7 @@
|
||||
|
||||
"m_flNextAlert" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "732"
|
||||
"linux" "752"
|
||||
|
Reference in New Issue
Block a user