Replace "time" type name by a more generic one "float"
This commit is contained in:
@ -40,7 +40,7 @@
|
||||
|
||||
"m_flNextBotThink" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "2488"
|
||||
"linux" "2508"
|
||||
@ -49,7 +49,7 @@
|
||||
|
||||
"m_flNextFullBotThink" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "2492"
|
||||
"linux" "2512"
|
||||
@ -58,7 +58,7 @@
|
||||
|
||||
"m_flPreviousCommandTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "2496"
|
||||
"linux" "2516"
|
||||
@ -85,7 +85,7 @@
|
||||
|
||||
"m_forwardSpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "2504"
|
||||
"linux" "2524"
|
||||
@ -94,7 +94,7 @@
|
||||
|
||||
"m_strafeSpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "2508"
|
||||
"linux" "2528"
|
||||
@ -103,7 +103,7 @@
|
||||
|
||||
"m_verticalSpeed" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "2512"
|
||||
"linux" "2532"
|
||||
@ -122,7 +122,7 @@
|
||||
|
||||
"m_jumpTimestamp" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "2520"
|
||||
"linux" "2540"
|
||||
|
Reference in New Issue
Block a user