Skip to content

Commit

Permalink
fix(p2ce): Always pass -game to postcompiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ozxybox committed Nov 14, 2024
1 parent 809ff7b commit b48e4f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hammer/cfg_p2ce/CmdSeqDefault.wc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"enabled" "1"
"special_cmd" "0"
"run" "$postcompiler_exe"
"params" "--propcombine $path\\$file"
"params" "-game $gamedir --propcombine $path\\$file"
"ensure_check" "0"
"ensure_fn" ""
"use_process_wnd" "1"
Expand Down Expand Up @@ -94,7 +94,7 @@
"enabled" "1"
"special_cmd" "0"
"run" "$postcompiler_exe"
"params" "--propcombine $path\\$file"
"params" "-game $gamedir --propcombine $path\\$file"
"ensure_check" "0"
"ensure_fn" ""
"use_process_wnd" "1"
Expand Down Expand Up @@ -163,7 +163,7 @@
"enabled" "1"
"special_cmd" "0"
"run" "$postcompiler_exe"
"params" "--propcombine $path\\$file"
"params" "-game $gamedir --propcombine $path\\$file"
"ensure_check" "0"
"ensure_fn" ""
"use_process_wnd" "1"
Expand Down Expand Up @@ -232,7 +232,7 @@
"enabled" "1"
"special_cmd" "0"
"run" "$postcompiler_exe"
"params" "--propcombine $path\\$file"
"params" "-game $gamedir --propcombine $path\\$file"
"ensure_check" "0"
"ensure_fn" ""
"use_process_wnd" "1"
Expand Down

0 comments on commit b48e4f5

Please sign in to comment.