We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca832fe commit 225a124Copy full SHA for 225a124
src/game/shared/mapbase/mapbase_shared.cpp
@@ -211,15 +211,15 @@ class CMapbaseSystem : public CAutoGameSystem
211
212
#ifdef CLIENT_DLL
213
InitializeRTs();
214
-#endif
215
216
// Shared Mapbase scripts to avoid overwriting mod files
217
g_pVGuiLocalize->AddFile( "resource/mapbase_%language%.txt" );
218
-#if defined(HL2_DLL) || defined(HL2_CLIENT_DLL)
+#ifdef HL2_CLIENT_DLL
219
g_pVGuiLocalize->AddFile( "resource/mapbase_hl2_%language%.txt" );
220
#endif
221
-#if defined(TF_DLL) || defined(TF_CLIENT_DLL)
+#ifdef TF_CLIENT_DLL
222
g_pVGuiLocalize->AddFile( "resource/mapbase_tf_%language%.txt" );
+#endif
223
224
225
return true;
0 commit comments