Move enhance_tip into context and don't show tip if #enhance has been used before

Breaks save and bones compatibility.
This commit is contained in:
Patric Mueller
2020-01-05 16:10:50 +01:00
parent 8853d0e566
commit 5267a50c7e
3 changed files with 7 additions and 4 deletions

View File

@@ -132,6 +132,7 @@ struct context_info {
boolean botl; /* partially redo status line */
boolean botlx; /* print an entirely new bottom line */
boolean door_opened; /* set to true if door was opened during test_move */
boolean enhance_tip; /* player is informed about #enhance */
struct dig_info digging;
struct victual_info victual;
struct tin_info tin;