summaryrefslogtreecommitdiff
path: root/games-arcade/conveysdl/files/conveysdl-1.3-arrays.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-arcade/conveysdl/files/conveysdl-1.3-arrays.patch
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-arcade/conveysdl/files/conveysdl-1.3-arrays.patch')
-rw-r--r--games-arcade/conveysdl/files/conveysdl-1.3-arrays.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/games-arcade/conveysdl/files/conveysdl-1.3-arrays.patch b/games-arcade/conveysdl/files/conveysdl-1.3-arrays.patch
deleted file mode 100644
index a6286d96f145..000000000000
--- a/games-arcade/conveysdl/files/conveysdl-1.3-arrays.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/main.c.org 2010-07-28 13:16:20.552161148 +0300
-+++ b/main.c 2010-07-29 20:43:14.714543259 +0300
-@@ -22,7 +22,7 @@
-
- SDL_Surface *bletters;
- SDL_Surface *letters[100];
--SDL_Surface *tiles[9];
-+SDL_Surface *tiles[10];
- SDL_Surface *btiles;
- SDL_Surface *blob;
- SDL_Surface *jblob;
-@@ -51,7 +51,7 @@
- FILE *file_ptr;
-
-
--int bpointx,bpointy,pointx,pointy,jug,death,goose,jump,jumpf,blibs,spr[1000][8],leveldone,level,lives,totallevels,blobx[7],bloby[7],blobp[7],score,bak,bok,buk,bik,start,blibo,blibs,die,jumpoo=12,speed=4,arse,highscore;
-+int bpointx,bpointy,pointx,pointy,jug,death,goose,jump,jumpf,blibs,spr[1000][8],leveldone,level,lives,totallevels,blobx[8],bloby[8],blobp[8],score,bak,bok,buk,bik,start,blibo,blibs,die,jumpoo=12,speed=4,arse,highscore;
- /* Keys */
- int quit = 0;
- int spacebar = 0;
-@@ -452,7 +452,7 @@
- static void info(void)
- {
- int monkey=70,munk;
-- char scoremonkey[10];
-+ char scoremonkey[16];
- if (lives>1) {
- for (munk=1 ; munk<lives ; munk++ )
- {