Skip to content

Commit

Permalink
Merge pull request #112 from malortie/remove-cstrike-ifdefs
Browse files Browse the repository at this point in the history
Removed CSTRIKE ifdefs.
  • Loading branch information
SamVanheer committed Dec 4, 2021
2 parents 162c1e4 + 1d4a72e commit 9ca9db8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cl_dll/voice_status.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
// There are hud.h's coming out of the woodwork so this ensures that we get the right one.
#if defined(THREEWAVE) || defined(DMC_BUILD)
#include "../dmc/cl_dll/hud.h"
#elif defined(CSTRIKE)
#include "../cstrike/cl_dll/hud.h"
#elif defined(DOD)
#include "../dod/cl_dll/hud.h"
#else
Expand Down
2 changes: 0 additions & 2 deletions game_shared/voice_status_hud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
// There are hud.h's coming out of the woodwork so this ensures that we get the right one.
#if defined(THREEWAVE) || defined(DMC_BUILD)
#include "../dmc/cl_dll/hud.h"
#elif defined(CSTRIKE)
#include "../cstrike/cl_dll/hud.h"
#elif defined(DOD)
#include "../dod/cl_dll/hud.h"
#elif defined(BLUESHIFT)
Expand Down

0 comments on commit 9ca9db8

Please sign in to comment.