We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b962ce7 commit 537b374Copy full SHA for 537b374
src/game/hud.cpp
@@ -5,7 +5,7 @@ namespace hud
5
int damageresidue = 0, hudwidth = 0, hudheight = 0, lastteam = 0, laststats = 0, prevstats[NUMSTATS] = {0}, curstats[NUMSTATS] = {0};
6
7
#include "compass.h"
8
- vector<int> teamkills;m
+ vector<int> teamkills;
9
10
struct damageloc
11
{
0 commit comments