Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed CZERO ifdefs. #111

Merged
merged 1 commit into from
Dec 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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(CZERO)
#include "../czero/cl_dll/hud.h"
#elif defined(CSTRIKE)
#include "../cstrike/cl_dll/hud.h"
#elif defined(DOD)
Expand Down
4 changes: 0 additions & 4 deletions game_shared/voice_status_hud.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@
#include <vgui/IScheme.h>
#include <vgui_controls/Controls.h>

#ifdef CZERO
#include "vgui/hl_base/iviewport.h"
#else
#include <game_controls/iviewport.h>
#endif

#include "voice_common.h"
#include "cl_entity.h"
Expand Down