Fix thinko on preprocessor conditional
This commit is contained in:
@@ -1373,7 +1373,7 @@ int how;
|
|||||||
|
|
||||||
if (!done_stopprint)
|
if (!done_stopprint)
|
||||||
artifact_score(invent, FALSE, endwin); /* list artifacts */
|
artifact_score(invent, FALSE, endwin); /* list artifacts */
|
||||||
#if DUMPLOG
|
#ifdef DUMPLOG
|
||||||
dump_redirect(TRUE);
|
dump_redirect(TRUE);
|
||||||
artifact_score(invent, FALSE, 0);
|
artifact_score(invent, FALSE, 0);
|
||||||
dump_redirect(FALSE);
|
dump_redirect(FALSE);
|
||||||
|
|||||||
Reference in New Issue
Block a user