summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/supertux/files/supertux-0.1.3-ndebug.patch')
-rw-r--r--games-arcade/supertux/files/supertux-0.1.3-ndebug.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/games-arcade/supertux/files/supertux-0.1.3-ndebug.patch b/games-arcade/supertux/files/supertux-0.1.3-ndebug.patch
deleted file mode 100644
index 197a51802eaf..000000000000
--- a/games-arcade/supertux/files/supertux-0.1.3-ndebug.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- supertux-0.1.3.orig/src/tile.cpp
-+++ supertux-0.1.3/src/tile.cpp
-@@ -99,7 +99,11 @@ void TileManager::load_tileset(std::stri
- tile->anim_speed = 25;
-
- LispReader reader(lisp_cdr(element));
-+ #ifdef NDEBUG
-+ void(reader.read_int("id", &tile->id));
-+ #else
- assert(reader.read_int("id", &tile->id));
-+ #endif
- reader.read_bool("solid", &tile->solid);
- reader.read_bool("brick", &tile->brick);
- reader.read_bool("ice", &tile->ice);