summaryrefslogtreecommitdiff
path: root/emulators/raine/files/patch-source::games::frogger.c
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2006-06-20 11:36:20 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2006-06-20 11:36:20 +0000
commit65506bcd284c4e6ab8677f5a67bd4f57e9b809e5 (patch)
treeff11ad89194df52dbdbeeb0ceee1517f5f9160e3 /emulators/raine/files/patch-source::games::frogger.c
parentUpgrade from 0.5r1325 to 0.5r1340 (diff)
- Update to 0.43.3 [1].
- Stop patching source to be C89 friendly and use USE_GCC=3.2+ instead. Submitted by: ultragames93 <ultragames93@free.fr> [1]
Diffstat (limited to 'emulators/raine/files/patch-source::games::frogger.c')
-rw-r--r--emulators/raine/files/patch-source::games::frogger.c30
1 files changed, 0 insertions, 30 deletions
diff --git a/emulators/raine/files/patch-source::games::frogger.c b/emulators/raine/files/patch-source::games::frogger.c
deleted file mode 100644
index 9319fc698acd..000000000000
--- a/emulators/raine/files/patch-source::games::frogger.c
+++ /dev/null
@@ -1,30 +0,0 @@
---- source/games/frogger.c.orig Sat Sep 17 10:35:38 2005
-+++ source/games/frogger.c Thu Nov 17 16:52:10 2005
-@@ -438,7 +438,7 @@
-
- static void draw_emudx() {
- UINT8 code,color;
-- SCROLL_REGS;
-+ SCROLL_REGS
- UINT8 *map,*solid;
- int coul1, coul2;
-
-@@ -796,7 +796,7 @@
- rotated you call it either col or row scroll ! */
-
- UINT8 code, color;
-- SCROLL_REGS;
-+ SCROLL_REGS
- UINT8 *map,*solid;
- int coul1, coul2;
- UINT8 *gfx = load_region[REGION_GFX1];
-@@ -868,8 +868,8 @@
- }
-
- if( check_layer_enabled(layer_id_data[1])) {
-- solid = gfx_solid[1];
- int offs;
-+ solid = gfx_solid[1];
- for (offs = 0x20 - 4;offs >= 0;offs -= 4) {
- UINT8 sx,sy,color;
- int flipx,flipy,code;