diff -Naurd ../nethack-3.4.1/sys/amiga/Build.ami ./sys/amiga/Build.ami --- ../nethack-3.4.1/sys/amiga/Build.ami Sun Feb 23 14:43:32 2003 +++ ./sys/amiga/Build.ami Mon Sep 1 14:33:32 2003 @@ -1,6 +1,6 @@ Compiling Amiga NetHack 3.4 - Last Revision: 21 February 2002 for NetHack 3.4.1 + Last Revision: 21 February 2002 for NetHack 3.4.2 We would like to thank each and every one of the people who took diff -Naurd ../nethack-3.4.1/sys/amiga/Install.ami ./sys/amiga/Install.ami --- ../nethack-3.4.1/sys/amiga/Install.ami Sun Feb 23 14:43:32 2003 +++ ./sys/amiga/Install.ami Mon Sep 1 14:33:32 2003 @@ -3,11 +3,11 @@ (or Everything You Never Wanted to Know Before NetHacking) (or Not Everything That Happens Always Comes Knocking) - Last Revision: 28 March 2000 for NetHack 3.4.1 + Last Revision: 28 March 2000 for NetHack 3.4.2 -0. Pre-intro for NetHack 3.4.1: - Amiga-specific changes for 3.4.1: +0. Pre-intro for NetHack 3.4.2: + Amiga-specific changes for 3.4.2: Most (around 99%) known bugs fixed (volunteers welcome). HackWB and HackCli are no longer supported. Use the main binary. diff -Naurd ../nethack-3.4.1/sys/amiga/winami.c ./sys/amiga/winami.c --- ../nethack-3.4.1/sys/amiga/winami.c Sun Feb 23 14:43:33 2003 +++ ./sys/amiga/winami.c Mon Sep 1 14:33:32 2003 @@ -30,6 +30,7 @@ { "amii", WC_COLOR|WC_HILITE_PET|WC_INVERSE, + 0L, amii_init_nhwindows, amii_player_selection, amii_askname, @@ -88,6 +89,7 @@ { "amitile", WC_COLOR|WC_HILITE_PET|WC_INVERSE, + 0L, amii_init_nhwindows, amii_player_selection, amii_askname,