freebsd-ports/games/fargoal/files/patch-main.c
Pav Lucistnik 7558afbf3f 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>
2003-12-15 09:01:23 +00:00

17 lines
385 B
C

--- 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)
{