pkgsrc/games/xdoom/patches/patch-am
abs fa022bb0af Update to 1.10nb1
Actually work with the supplied WAD file
        One file-to-patch per patchfile
        Remove strange 'post-patch' substitute X11_BASE phase
        Fix numerous coredumps
        Add a '-h' usage
        Handle the sndserver dying
        Make it work on little endian systems
        Add a '-volume X' flag, and skip all sound code if 0
        Other cleanup in some of the more repellant code areas.
2000-02-03 16:01:14 +00:00

13 lines
410 B
Text

$NetBSD: patch-am,v 1.1 2000/02/03 16:01:15 abs Exp $
--- linuxdoom-1.10/m_menu.c.orig Mon Dec 22 20:42:21 1997
+++ linuxdoom-1.10/m_menu.c Thu Feb 3 01:33:53 2000
@@ -529,7 +529,7 @@
LoadMenu[i].status = 0;
continue;
}
- count = read (handle, &savegamestrings[i], SAVESTRINGSIZE);
+ count = read (handle, savegamestrings[i], SAVESTRINGSIZE);
close (handle);
LoadMenu[i].status = 1;
}