summaryrefslogtreecommitdiff
path: root/games/ceferino/files/patch-src_nivel.h
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2013-03-24 05:32:19 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2013-03-24 05:32:19 +0000
commit927b05bbcf6a2ca96d15807d9db4fdb4d3b99952 (patch)
tree04223de5726cfd31473f99cc1ab78d9b480b32e5 /games/ceferino/files/patch-src_nivel.h
parent- Remove BROKEN (diff)
- Fix build using clang
- Bump PORTREVISION PR: 172205 Submitted by: Miklos Magyari <magyarimiki _at_ gmail.com>
Notes
Notes: svn path=/head/; revision=315098
Diffstat (limited to '')
-rw-r--r--games/ceferino/files/patch-src_nivel.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/ceferino/files/patch-src_nivel.h b/games/ceferino/files/patch-src_nivel.h
new file mode 100644
index 000000000000..979737a26893
--- /dev/null
+++ b/games/ceferino/files/patch-src_nivel.h
@@ -0,0 +1,11 @@
+--- 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);