- Update to version 1.4.0 * Fix Spear of Destiny compatibility with steam Wolfenstein 3D * Improve several campaigns with auto-melee weapons (Doom, Wolf3D+SoD) - Update to version 1.3.1 * Persistent lives, fix gas bomb poison lasting forever - Update to version 1.3.0 * Fix missing controls in editor, and some animation effects and sounds - Add fix-env-script-interpreter.patch - Add cdogs-sdl.rpmlintrc to filter out warning on hidden data directory - Remove fix-source-file-directory.patch OBS-URL: https://build.opensuse.org/request/show/1042608 OBS-URL: https://build.opensuse.org/package/show/games/cdogs-sdl?expand=0&rev=44
10 lines
465 B
Diff
10 lines
465 B
Diff
diff --color -ur cdogs-sdl-1.4.0-orig/graphics/wall/generate.sh cdogs-sdl-1.4.0/graphics/wall/generate.sh
|
|
--- cdogs-sdl-1.4.0-orig/graphics/wall/generate.sh 2022-11-13 07:10:17.000000000 +0100
|
|
+++ cdogs-sdl-1.4.0/graphics/wall/generate.sh 2022-12-13 12:00:34.327347621 +0100
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env bash
|
|
+#!/usr/bin/bash
|
|
# Use this script to generate all the other versions of wall tiles, given a complete "o" tile
|
|
# Use "plasteel" as a template
|
|
name=$1
|