]> granicus.if.org Git - nethack/commitdiff
fixes entry for amiga fix
authornhmall <nhmall@nethack.org>
Tue, 5 Feb 2019 01:27:18 +0000 (20:27 -0500)
committernhmall <nhmall@nethack.org>
Tue, 5 Feb 2019 01:27:18 +0000 (20:27 -0500)
Also, a pull request 175 showed up after the earlier commit for the missing
continuation lines, so mark the pull request as closed.

closes #175

doc/fixes36.2

index f7107ad9022dea5039eed45b697cc4fc593187aa..eeb470901d05ea596fce15db5631199f6e935947 100644 (file)
@@ -442,6 +442,7 @@ move 'perm_invent' value from flags to iflags to keep it out of save files;
        affects X11, win32, and curses (save file compatibility is preserved)
 always define shell and suspend commands so that key bindings copied from one
        platform to another work even if second one disables those commands
+amiga: fix missing line continuation characters in Makefile
 windows-gui: In nethackw, there could be conflicts between menu accelerators
        and an extra choice accelerator to fix H7132.
 windows-gui: recognize new BL_RESET in status_update; no change in behavior yet