Skip to content

Commit

Permalink
kid typing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
qreeves committed Apr 3, 2015
1 parent b962ce7 commit 537b374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/hud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace hud
int damageresidue = 0, hudwidth = 0, hudheight = 0, lastteam = 0, laststats = 0, prevstats[NUMSTATS] = {0}, curstats[NUMSTATS] = {0};

#include "compass.h"
vector<int> teamkills;m
vector<int> teamkills;

struct damageloc
{
Expand Down

0 comments on commit 537b374

Please sign in to comment.