summaryrefslogtreecommitdiff
path: root/games/atomix/files/patch-src::level-convert.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/atomix/files/patch-src::level-convert.c')
-rw-r--r--games/atomix/files/patch-src::level-convert.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/games/atomix/files/patch-src::level-convert.c b/games/atomix/files/patch-src::level-convert.c
deleted file mode 100644
index 1ae7ad48f9b0..000000000000
--- a/games/atomix/files/patch-src::level-convert.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/level-convert.c.orig Fri Aug 13 19:04:13 2004
-+++ src/level-convert.c Fri Aug 13 19:04:40 2004
-@@ -579,6 +579,7 @@
- case TILE_TYPE_FLOOR:
- type_str = "TILE_TYPE_FLOOR"; break;
- default:
-+ ;
- }
-
- if (type_str == NULL) return;