]> granicus.if.org Git - nethack/commitdiff
fix #H4329 - building with Qt
authorPatR <rankin@nethack.org>
Tue, 3 May 2016 21:01:30 +0000 (14:01 -0700)
committerPatR <rankin@nethack.org>
Tue, 3 May 2016 21:01:30 +0000 (14:01 -0700)
In mid-December, formatkiller() was given an additional argument
but qt_win.cpp didn't get updated to reflect that.

doc/fixes36.1
win/Qt/qt_win.cpp

index c5ded686b318998e0e15dc2fac867199dfcfced7..b1879b438dba0148ceb8ab9fa3442dad12e955eb 100644 (file)
@@ -228,14 +228,17 @@ when feel_location removed a remembered-unseen-monster glyph from a known
        water location while hero was levitating, the map was redrawn showing
        floor instead of water at that spot
 
-post-3.6.0: fix "object lost" panic during pickup caused by sortloot revamp
-post-3.6.0: more sortloot revisions
-post-3.6.0: fix inventory menu for response of '?' to getobj (more sortloot
-       revamp fallout)
-post-3.6.0: rings covered by non-cursed gloves not listed as 'R' candidates
-post-3.6.0: in baalz_fixup, move any monster away from the two fake pool spots
-post-3.6.0: switching farlook from xname to doname was giving away information
-       for items located via object detection (quantity of detected gold)
+
+Fixes to Post-3.6.0 Problems that Were Exposed Via git Respository
+------------------------------------------------------------------
+fix "object lost" panic during pickup caused by sortloot revamp
+more sortloot revisions
+fix inventory menu for response of '?' to getobj (more sortloot revamp fallout)
+rings covered by non-cursed gloves not listed as 'R' candidates
+in baalz_fixup, move any monster away from the two fake pool spots
+switching farlook from xname to doname was giving away information for items
+       located via object detection (quantity of detected gold)
+catch up win/Qt/qt_win.cpp on 18-Dec-2015 change to formatkiller()
 
 
 Platform- and/or Interface-Specific Fixes
index 4b3e5dd19347c9409b16e90216ab4bb72318e075..946e40d90eaa40879625a54bab616af0b1c91a69 100644 (file)
@@ -3292,7 +3292,7 @@ static char** rip_line=0;
     Sprintf(rip_line[GOLD_LINE], "%ld Au", done_money);
 
     /* Put together death description */
-    formatkiller(buf, sizeof buf, how);
+    formatkiller(buf, sizeof buf, how, FALSE);
 
     /* Put death type on stone */
     for (line=DEATH_LINE, dpx = buf; line<YEAR_LINE; line++) {