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

@ -48,7 +48,7 @@
"m_startTime" // float
{
"type" "time"
"type" "float"
"windows" "340"
"linux" "356"
@ -67,7 +67,7 @@
"m_flTargetDelay" // float[16]
{
"type" "time"
"type" "float"
"size" "16"
"windows" "408"
@ -77,7 +77,7 @@
"m_flWait" // float
{
"type" "time"
"type" "float"
"windows" "472"
"linux" "488"
@ -86,7 +86,7 @@
"m_flMaxWait" // float
{
"type" "time"
"type" "float"
"windows" "476"
"linux" "492"
@ -131,7 +131,7 @@
"m_rsstartTime" // float
{
"type" "time"
"type" "float"
"windows" "496"
"linux" "512"
@ -150,7 +150,7 @@
"m_rsflTargetDelay" // float[16]
{
"type" "time"
"type" "float"
"size" "16"
"windows" "564"
@ -160,7 +160,7 @@
"m_rsflWait" // float
{
"type" "time"
"type" "float"
"windows" "628"
"linux" "644"
@ -169,7 +169,7 @@
"m_rsflMaxWait" // float
{
"type" "time"
"type" "float"
"windows" "632"
"linux" "648"