diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-15 09:01:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-15 09:01:23 +0000 |
commit | 7558afbf3f4f09bbdc5b5ed077bb5d34f5279a09 (patch) | |
tree | 1af3a79fdc009cc4352ebee5717c1267bf88bc1e /games/fargoal/files/patch-main.c | |
parent | - Update master site (diff) |
Add fargoal, a remake of the classic roguelike game "Sword of
Fargoal", created by Jeff McCord for the Commodore 64 in 1983.
This remake was written for the 2003 remakes.org competition.
PR: ports/60236
Submitted by: Chris Pressey <cpressey@catseye.mine.nu>
Notes
Notes:
svn path=/head/; revision=95865
Diffstat (limited to 'games/fargoal/files/patch-main.c')
-rw-r--r-- | games/fargoal/files/patch-main.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/games/fargoal/files/patch-main.c b/games/fargoal/files/patch-main.c new file mode 100644 index 000000000000..1b635f539351 --- /dev/null +++ b/games/fargoal/files/patch-main.c @@ -0,0 +1,17 @@ +--- main.c Thu Jul 31 10:06:51 2003 ++++ main.c Mon Nov 17 09:51:26 2003 +@@ -365,12 +365,8 @@ + + fix_alt_tab (); + +- #if (ALLEGRO_SUB_VERSION == 0) +- set_window_close_button (1); +- set_window_close_hook (close_button); +- #else +- set_close_button_callback (close_button); +- #endif ++ set_window_close_button (1); ++ set_window_close_hook (close_button); + + if (colordepth == 8) + { |