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 f27205b commit 5ec4712Copy full SHA for 5ec4712
game_clean/copy/start_tf2.bat
@@ -1,2 +1,2 @@
1
@echo OFF
2
-hl2.bat -novid -nojoy -nosteamcontroller -particle_fallback 2 %* < nul
+hl2.bat -novid -nojoy -nosteamcontroller %* < nul
src/download_libs.sh
@@ -11,7 +11,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then # Mac
11
declare -a LIBS=(
12
lib/common/osx32/libcryptopp.a
13
)
14
-else; then # Windows
+else # Windows
15
16
lib/public/dme_controls.lib
17
lib/common/win32/2015/debug/cryptlib.lib
0 commit comments