Skip to content

Commit 873b01b

Browse files
author
L'In20Cible
committed
Removed networkvar.h patches.
1 parent f488448 commit 873b01b

File tree

14 files changed

+1
-6293
lines changed

14 files changed

+1
-6293
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ EndIf()
617617
# Definitions
618618
# ------------------------------------------------------------------
619619
Add_Definitions(
620+
-DGAME_DLL=1
620621
-DSOURCE_ENGINE=${SOURCE_ENGINE}
621622
-DSOURCE_ENGINE_BRANCH=${BRANCH}
622623
-DBOOST_PYTHON_MAX_ARITY=32

src/core/patches/blade/patches.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,3 @@
2323
* all respects for all other code used. Additionally, the Source.Python
2424
* Development Team grants this exception to all derivative works.
2525
*/
26-
27-
#include "utilities/baseentity.h"
28-
#ifndef PATCH_NETWORK_HANDLE_BASE_DEFINITION
29-
#error "We need the CNetworkHandle definition..."
30-
#endif

src/core/patches/bms/patches.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@
2424
* Development Team grants this exception to all derivative works.
2525
*/
2626

27-
#include "utilities/baseentity.h"
28-
#ifndef PATCH_NETWORK_HANDLE_BASE_DEFINITION
29-
#error "We need the CNetworkHandle definition..."
30-
#endif
31-
3227
#include "public/tier0/threadtools.h"
3328
#ifndef PATCH_UPDATE_AUTO_LOCK
3429
// TODO: Create a real fix for this!

src/core/patches/csgo/patches.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,3 @@
2323
* all respects for all other code used. Additionally, the Source.Python
2424
* Development Team grants this exception to all derivative works.
2525
*/
26-
27-
#include "utilities/baseentity.h"
28-
#ifndef PATCH_NETWORK_HANDLE_BASE_DEFINITION
29-
#error "We need the CNetworkHandle definition..."
30-
#endif

src/core/patches/l4d2/patches.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@
2424
* Development Team grants this exception to all derivative works.
2525
*/
2626

27-
#include "utilities/baseentity.h"
28-
#ifndef PATCH_NETWORK_HANDLE_BASE_DEFINITION
29-
#error "We need the CNetworkHandle definition..."
30-
#endif
31-
3227
#include "game/shared/predictioncopy.h"
3328
#ifndef PATCH_PC_REDEFINITIONS
3429
#error "PC constants are redefined into datamap.h..."

src/core/patches/orangebox/patches.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,3 @@
2323
* all respects for all other code used. Additionally, the Source.Python
2424
* Development Team grants this exception to all derivative works.
2525
*/
26-
27-
#include "utilities/baseentity.h"
28-
#ifndef PATCH_NETWORK_HANDLE_BASE_DEFINITION
29-
#error "We need the CNetworkHandle definition..."
30-
#endif

0 commit comments

Comments
 (0)