aboutsummaryrefslogtreecommitdiff
path: root/games/wesnoth/terrain_translation.patch
diff options
context:
space:
mode:
authorEdward W. Koenig <kingbeowulf@gmail.com>2018-08-08 22:26:30 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-08-11 07:23:08 +0700
commitf5f2355550e08c744473f0fbb97a70c47518fe88 (patch)
tree3d057d52e7eb0a6bd775b7bd563e5e69d1f42492 /games/wesnoth/terrain_translation.patch
parentc6261db623900a26455aaf6a817f28724b5f1dd0 (diff)
games/wesnoth: Updated for version 1.14.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/wesnoth/terrain_translation.patch')
-rw-r--r--games/wesnoth/terrain_translation.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/games/wesnoth/terrain_translation.patch b/games/wesnoth/terrain_translation.patch
deleted file mode 100644
index 504ee9621305c..0000000000000
--- a/games/wesnoth/terrain_translation.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/terrain_translation.cpp.orig 2012-04-13 06:55:53.256767111 +0700
-+++ src/terrain_translation.cpp 2012-04-13 06:56:38.718095606 +0700
-@@ -800,7 +800,12 @@
- tcode[1] = ((terrain.base & 0x00FF0000) >> 16);
- tcode[2] = ((terrain.base & 0x0000FF00) >> 8);
- tcode[3] = (terrain.base & 0x000000FF);
--
-+ tcode[4] = 0;
-+ tcode[5] = 0;
-+ tcode[6] = 0;
-+ tcode[7] = 0;
-+ tcode[8] = 0;
-+
- if(terrain.overlay != NO_LAYER) {
- tcode[4] = '^'; //the layer separator
- tcode[5] = ((terrain.overlay & 0xFF000000) >> 24);