Skip to content

Commit 5ec4712

Browse files
committed
script fixes
1 parent f27205b commit 5ec4712

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

game_clean/copy/start_tf2.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@echo OFF
2-
hl2.bat -novid -nojoy -nosteamcontroller -particle_fallback 2 %* < nul
2+
hl2.bat -novid -nojoy -nosteamcontroller %* < nul

src/download_libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then # Mac
1111
declare -a LIBS=(
1212
lib/common/osx32/libcryptopp.a
1313
)
14-
else; then # Windows
14+
else # Windows
1515
declare -a LIBS=(
1616
lib/public/dme_controls.lib
1717
lib/common/win32/2015/debug/cryptlib.lib

0 commit comments

Comments
 (0)