Skip to content

Commit 8d9c225

Browse files
committed
Add 'pause' for better error message visibility.
1 parent 50b99c4 commit 8d9c225

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

start_game.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ setlocal
22

33
.\strongmod\cpython\python.exe .\strongmod\strongmod\start_game.py "Stronghold Crusader.exe"
44

5-
endlocal
5+
endlocal
6+
pause

start_game_extreme.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ setlocal
22

33
.\strongmod\cpython\python.exe .\strongmod\strongmod\start_game.py "Stronghold_Crusader_Extreme.exe"
44

5-
endlocal
5+
endlocal
6+
pause

0 commit comments

Comments
 (0)