diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-05-09 15:03:38 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-05-09 15:03:38 +0000 |
commit | b8b8fa5aeb1df824ed5374149d0a7377dd0c1cd9 (patch) | |
tree | 67d5f350f6c92b847a528d27db9960acb190f10e /games/ceferino/files | |
parent | b25371bcc4d19620efa719c92e1a7c5f16c52c0b (diff) | |
download | ports-b8b8fa5aeb1df824ed5374149d0a7377dd0c1cd9.tar.gz ports-b8b8fa5aeb1df824ed5374149d0a7377dd0c1cd9.zip |
Notes
Diffstat (limited to 'games/ceferino/files')
-rw-r--r-- | games/ceferino/files/patch-src_nivel.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/ceferino/files/patch-src_nivel.h b/games/ceferino/files/patch-src_nivel.h deleted file mode 100644 index 979737a26893..000000000000 --- a/games/ceferino/files/patch-src_nivel.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/nivel.h 2005-06-24 13:00:26.000000000 -0500 -+++ src/nivel.h 2013-03-24 00:23:03.000000000 -0500 -@@ -34,7 +34,7 @@ - class nivel - { - public: -- void iniciar(juego *_pjuego, grafico *grafico, grafico *pfondos, SDL_Surface *fondo); -+ void iniciar(juego *_pjuego, grafico *grafico, class 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); |