summaryrefslogtreecommitdiff
path: root/games-action/clanbomber/files/clanbomber-2.1.1-gcc6.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/clanbomber/files/clanbomber-2.1.1-gcc6.patch')
-rw-r--r--games-action/clanbomber/files/clanbomber-2.1.1-gcc6.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/games-action/clanbomber/files/clanbomber-2.1.1-gcc6.patch b/games-action/clanbomber/files/clanbomber-2.1.1-gcc6.patch
deleted file mode 100644
index 714e9de85fa2..000000000000
--- a/games-action/clanbomber/files/clanbomber-2.1.1-gcc6.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/src/Credits.h
-+++ b/src/Credits.h
-@@ -47,7 +47,7 @@
- int speed;
- bool stopped;
- private:
-- static const float yoffset_start = 50;
-+ static const float yoffset_start;
- static const int normal_speed = 40;
- static const int text_height = 40;
-
---- a/src/Credits.cpp
-+++ b/src/Credits.cpp
-@@ -273,3 +273,5 @@
- (*draw_list_iter)->show();
- }
- }
-+
-+const float Credits::yoffset_start = 50;