* Add new game icons. * Fix game freeze when loading shareware wolf3d campaign. * Fix player 1 controls affecting others in player selection. * Fix joystick not working in pause menu. * Fix damage text not resetting. * Fix automaps for very large levels. * Fix repeated inputs when switching in/out of pause menu. * Fix uncommon crash when live background map is too small. * Fix crash when exiting some campaigns with custom ammo. * Improve menus by merging redefine keys and controls menu. OBS-URL: https://build.opensuse.org/package/show/games/cdogs-sdl?expand=0&rev=56
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
|