Replace "time" type name by a more generic one "float"
This commit is contained in:
@ -102,7 +102,7 @@
|
||||
|
||||
"m_fCarrySpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "372"
|
||||
"linux" "388"
|
||||
@ -111,7 +111,7 @@
|
||||
|
||||
"m_flNextTouchTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "376"
|
||||
"linux" "392"
|
||||
@ -120,7 +120,7 @@
|
||||
|
||||
"m_flReset" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "380"
|
||||
"linux" "396"
|
||||
|
Reference in New Issue
Block a user