1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-07 21:59:49 -05:00

Add missing pause in build.bat

This commit is contained in:
Jbleezy 2024-04-24 02:05:28 -07:00
parent 1e28ce4bf3
commit ceb563de60

View File

@ -12,6 +12,8 @@
--source-search-path "%cd%\zone_source" ^ --source-search-path "%cd%\zone_source" ^
--output-folder "%cd%\zone_source" common_sp --output-folder "%cd%\zone_source" common_sp
if %ERRORLEVEL% NEQ 0 pause
"%OAT_BASE%\Linker.exe" ^ "%OAT_BASE%\Linker.exe" ^
--load "%cd%\zone_source\common_sp.ff" ^ --load "%cd%\zone_source\common_sp.ff" ^
--load "%OAT_GAME%\zone\english\en_code_post_gfx_mp.ff" ^ --load "%OAT_GAME%\zone\english\en_code_post_gfx_mp.ff" ^