Un-localize some extracted arrays used between functions.

This commit is contained in:
icenine451 2024-05-31 09:31:26 -04:00
parent 5b79bca872
commit 66e7af978c

View file

@ -130,10 +130,10 @@ find_compatible_games() {
fi fi
touch "$godot_compression_compatible_games" touch "$godot_compression_compatible_games"
local compressable_games_list=() compressable_games_list=()
local all_compressable_games=() all_compressable_games=()
local games_to_compress=() games_to_compress=()
local target_selection="$1" target_selection="$1"
if [[ "$1" == "everything" ]]; then if [[ "$1" == "everything" ]]; then
local compression_format="all" local compression_format="all"