Skip to content

Commit 537b374

Browse files
committed
kid typing fixes
1 parent b962ce7 commit 537b374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/hud.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace hud
55
int damageresidue = 0, hudwidth = 0, hudheight = 0, lastteam = 0, laststats = 0, prevstats[NUMSTATS] = {0}, curstats[NUMSTATS] = {0};
66

77
#include "compass.h"
8-
vector<int> teamkills;m
8+
vector<int> teamkills;
99

1010
struct damageloc
1111
{

0 commit comments

Comments
 (0)