Replace "time" type name by a more generic one "float"

This commit is contained in:
Arkshine
2015-08-10 17:32:57 +02:00
parent a6e587f0f0
commit c270243b56
382 changed files with 1525 additions and 1525 deletions

View File

@ -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"