diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-06-20 11:36:20 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-06-20 11:36:20 +0000 |
commit | 65506bcd284c4e6ab8677f5a67bd4f57e9b809e5 (patch) | |
tree | ff11ad89194df52dbdbeeb0ceee1517f5f9160e3 /emulators/raine/files/patch-source_games_diverboy.c | |
parent | Upgrade 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_diverboy.c')
-rw-r--r-- | emulators/raine/files/patch-source_games_diverboy.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/emulators/raine/files/patch-source_games_diverboy.c b/emulators/raine/files/patch-source_games_diverboy.c deleted file mode 100644 index 519dbd00935c..000000000000 --- a/emulators/raine/files/patch-source_games_diverboy.c +++ /dev/null @@ -1,22 +0,0 @@ ---- source/games/diverboy.c Tue Sep 20 08:37:39 2005 -+++ source/games/diverboy.c.new Thu Nov 17 16:26:26 2005 -@@ -138,6 +138,8 @@ - { - static int framecounter = 0; - UINT8* map; -+ UINT8 *source; -+ UINT8 *finish; - - framecounter++; - -@@ -147,8 +149,8 @@ - MAP_PALETTE_MAPPED_NEW(0x0,16,map); - clear_game_screen(ReadLong(&map[0])); - -- UINT8 *source = RAM_SPRITE; -- UINT8 *finish = source + 0x4000; -+ source = RAM_SPRITE; -+ finish = source + 0x4000; - - while (source < finish) - { |