Fix matchmaking_ds bin not being found for gamedata (#1006). (#1028)

This commit is contained in:
Nicholas Hastings
2019-06-01 14:30:22 -04:00
committed by GitHub
parent cf0a49881e
commit 14227c04b8
3 changed files with 6 additions and 9 deletions
+2 -2
View File
@@ -50,8 +50,8 @@
typedef ICommandLine *(*FakeGetCommandLine)();
#define TIER0_NAME SOURCE_BIN_PREFIX "tier0" SOURCE_BIN_SUFFIX SOURCE_BIN_EXT
#define VSTDLIB_NAME SOURCE_BIN_PREFIX "vstdlib" SOURCE_BIN_SUFFIX SOURCE_BIN_EXT
#define TIER0_NAME FORMAT_SOURCE_BIN_NAME("tier0")
#define VSTDLIB_NAME FORMAT_SOURCE_BIN_NAME("vstdlib")
CHalfLife2 g_HL2;
ConVar *sv_lan = NULL;