You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-action/rrootage/files/rrootage-0.23a-gcc41.patch

29 lines
959 B

--- 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);