Unused variable cropped up during porting

This commit is contained in:
toaster 2022-11-05 22:57:44 +00:00
parent 34540b9caa
commit ebdb5db502

View file

@ -5576,8 +5576,6 @@ static inline void PingUpdate(void)
{ {
for (i = 0; i < MAXPLAYERS; i++) for (i = 0; i < MAXPLAYERS; i++)
{ {
XBOXSTATIC char buf[2];
if (!playeringame[i] || !pingkick[i]) if (!playeringame[i] || !pingkick[i])
continue; continue;