Skip to content

Commit 7c2c48f

Browse files
authored
Update chocolate-doom-system.sh
changing to a older commit so it can compile
1 parent 801c6be commit 7c2c48f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scriptmodules/ports/chocolate-doom-system.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rp_module_id="chocolate-doom-system"
1414
rp_module_desc="Chocolate Doom - Enhanced port of the official DOOM source"
1515
rp_module_licence="GPL2 https://raw.githubusercontent.com/chocolate-doom/chocolate-doom/sdl2-branch/COPYING"
1616
rp_module_help="Please add your iWAD files to $romdir/ports/doom/ with filenames in lowercase. Run 'chocolate-doom-setup' to configure your controls and options."
17-
rp_module_repo="git https://github.com/chocolate-doom/chocolate-doom.git master"
17+
rp_module_repo="git https://github.com/chocolate-doom/chocolate-doom.git master 640de9f"
1818
rp_module_section="exp"
1919
rp_module_flags="!mali !x86"
2020

@@ -78,4 +78,4 @@ function configure_chocolate-doom-system() {
7878
[[ "$md_mode" == "install" ]] && game_data_chocolate-doom-system
7979
[[ "$md_mode" == "remove" ]] && return
8080

81-
}
81+
}

0 commit comments

Comments
 (0)