From ceb563de60d15c394f95f724413f7923f723f374 Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Wed, 24 Apr 2024 02:05:28 -0700 Subject: [PATCH] Add missing pause in build.bat --- build.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.bat b/build.bat index 3f85b7e8..577a753f 100644 --- a/build.bat +++ b/build.bat @@ -12,6 +12,8 @@ --source-search-path "%cd%\zone_source" ^ --output-folder "%cd%\zone_source" common_sp +if %ERRORLEVEL% NEQ 0 pause + "%OAT_BASE%\Linker.exe" ^ --load "%cd%\zone_source\common_sp.ff" ^ --load "%OAT_GAME%\zone\english\en_code_post_gfx_mp.ff" ^