mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
Merge remote-tracking branch 'origin/enum_structs' into enum_structs
This commit is contained in:
commit
f3f05d9e92
@ -969,6 +969,12 @@ int AddHUDToBuffer_CSGO(int client, huddata_t data, char[] buffer, int maxlen)
|
|||||||
AddHUDLine(buffer, maxlen, sLine);
|
AddHUDLine(buffer, maxlen, sLine);
|
||||||
iLines++;
|
iLines++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if((gI_HUD2Settings[client] & HUD2_SPEED) == 0)
|
||||||
|
{
|
||||||
|
FormatEx(sLine, 128, "%d u/s", data.iSpeed);
|
||||||
|
AddHUDLine(buffer, maxlen, sLine);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user