summaryrefslogtreecommitdiff
path: root/games-action/rrootage/files/rrootage-0.23a-gcc41.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/rrootage/files/rrootage-0.23a-gcc41.patch')
-rw-r--r--games-action/rrootage/files/rrootage-0.23a-gcc41.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/games-action/rrootage/files/rrootage-0.23a-gcc41.patch b/games-action/rrootage/files/rrootage-0.23a-gcc41.patch
deleted file mode 100644
index 1e6e50e683fd..000000000000
--- a/games-action/rrootage/files/rrootage-0.23a-gcc41.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- src/foecommand.h.old 2006-04-21 23:26:03.000000000 +0200
-+++ src/foecommand.h 2006-04-21 23:26:26.000000000 +0200
-@@ -39,10 +39,10 @@
-
- virtual void doChangeDirection(double d);
- virtual void doChangeSpeed(double s);
-- virtual void FoeCommand::doAccelX(double ax);
-- virtual void FoeCommand::doAccelY(double ay);
-- virtual double FoeCommand::getBulletSpeedX();
-- virtual double FoeCommand::getBulletSpeedY();
-+ virtual void doAccelX(double ax);
-+ virtual void doAccelY(double ay);
-+ virtual double getBulletSpeedX();
-+ virtual double getBulletSpeedY();
-
- private:
- struct foe *foe;
---- src/screen.c.old 2006-04-21 23:50:01.000000000 +0200
-+++ src/screen.c 2006-04-21 23:50:30.000000000 +0200
-@@ -73,7 +73,7 @@
- void loadGLTexture(char *fileName, GLuint *texture) {
- SDL_Surface *surface;
-
-- char name[32];
-+ char name[128];
- strcpy(name, SHARE_LOC);
- strcat(name, "images/");
- strcat(name, fileName);