Redraw screen after #wizintrinsics

Gaining monster detection requires redraw, possibly some others.
This commit is contained in:
Pasi Kallinen
2018-04-21 13:28:24 +03:00
parent 13fc83a6a2
commit d0e2194036

View File

@@ -1278,6 +1278,7 @@ wiz_intrinsic(VOID_ARGS)
}
if (n >= 1)
free((genericptr_t) pick_list);
doredraw();
} else
pline("Unavailable command '%s'.",
visctrl((int) cmd_from_func(wiz_intrinsic)));