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.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-action/rrootage/files/rrootage-0.23a-gcc41.patch b/games-action/rrootage/files/rrootage-0.23a-gcc41.patch
index 1e6e50e683fd..00926f9b75dc 100644
--- a/games-action/rrootage/files/rrootage-0.23a-gcc41.patch
+++ b/games-action/rrootage/files/rrootage-0.23a-gcc41.patch
@@ -1,5 +1,5 @@
---- src/foecommand.h.old 2006-04-21 23:26:03.000000000 +0200
-+++ src/foecommand.h 2006-04-21 23:26:26.000000000 +0200
+--- a/foecommand.h
++++ b/foecommand.h
@@ -39,10 +39,10 @@
virtual void doChangeDirection(double d);
@@ -15,8 +15,8 @@
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
+--- a/screen.c
++++ b/screen.c
@@ -73,7 +73,7 @@
void loadGLTexture(char *fileName, GLuint *texture) {
SDL_Surface *surface;