mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-09 19:38:25 +00:00
changed 'prepends' to 'appends' in comment
This commit is contained in:
parent
33b2fdf935
commit
2ca2509ae6
@ -611,7 +611,7 @@ stock float GetAngleDiff(float current, float previous)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// https://forums.alliedmods.net/showthread.php?t=216841
|
// https://forums.alliedmods.net/showthread.php?t=216841
|
||||||
// Trims display string to specified max possible length, and prepends "..." if initial string exceeds that length
|
// Trims display string to specified max possible length, and appends "..." if initial string exceeds that length
|
||||||
stock void TrimDisplayString(const char[] str, char[] outstr, int outstrlen, int max_allowed_length)
|
stock void TrimDisplayString(const char[] str, char[] outstr, int outstrlen, int max_allowed_length)
|
||||||
{
|
{
|
||||||
int count, finallen;
|
int count, finallen;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user