diff options
Diffstat (limited to 'games/bomberinstinct/files/patch-src__main.c')
-rw-r--r-- | games/bomberinstinct/files/patch-src__main.c | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/games/bomberinstinct/files/patch-src__main.c b/games/bomberinstinct/files/patch-src__main.c deleted file mode 100644 index 963f0c2094f0..000000000000 --- a/games/bomberinstinct/files/patch-src__main.c +++ /dev/null @@ -1,52 +0,0 @@ ---- src/main.c.orig -+++ src/main.c -@@ -341,6 +341,24 @@ - } - - -+/*--Rafraichir l'écran (à chaque frame), suivant le mode--*/ -+void rafraichit(void) -+ { -+ if (dblebuf) { -+ SDL_Flip(ecran); -+ nrsrect=0; -+ nrs=!nrs; -+ } -+ else { -+ SDL_UpdateRects(ecran, nrsrect, rsrect); -+ nrsrect=0; -+ nrs=0; -+ } -+ -+ return; -+} -+ -+ - /*--Affiche des informations, pose une question--*/ - void dialogue(char * texte, int estunequestion) - { -@@ -1176,24 +1194,6 @@ - } - - --/*--Rafraichir l'écran (à chaque frame), suivant le mode--*/ --int rafraichit(void) --{ -- if (dblebuf) { -- SDL_Flip(ecran); -- nrsrect=0; -- nrs=!nrs; -- } -- else { -- SDL_UpdateRects(ecran, nrsrect, rsrect); -- nrsrect=0; -- nrs=0; -- } -- -- return; --} -- -- - /*--Dessine la jauge d'énergie du joueur n à droite de l'écran--*/ - void jauge(int n) - { |