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-arcade/ceferino/files/ceferino-0.97.8-gcc44.patch

12 lines
368 B

--- src/nivel.h
+++ src/nivel.h
@@ -34,7 +34,7 @@
class nivel
{
public:
- void iniciar(juego *_pjuego, grafico *grafico, grafico *pfondos, SDL_Surface *fondo);
+ void iniciar(juego *_pjuego, grafico *_grafico, grafico *pfondos, SDL_Surface *fondo);
int avanzar_nivel(int salto = 1);
int reiniciar_nivel(void);
int get_dist_suelo(int x, int y, int max);