mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
Fixed start/end zone speed (CS:S)
This commit is contained in:
parent
f38bea2ea5
commit
04ebed6251
@ -572,7 +572,8 @@ void UpdateHUD(int client)
|
|||||||
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
FormatEx(sHintText, 32, "%T", "HudInStartZone", client, iSpeed);
|
// yes, this space is intentional
|
||||||
|
FormatEx(sHintText, 32, "%T ", "HudInStartZone", client, iSpeed);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -585,7 +586,7 @@ void UpdateHUD(int client)
|
|||||||
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
FormatEx(sHintText, 32, "%T", "HudInEndZone", client, iSpeed);
|
FormatEx(sHintText, 32, "%T ", "HudInEndZone", client, iSpeed);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user