Show menu when paying items

... and have more than 1 billed item, and using non-traditional
menustyle.

I opted to add an extra field to the bill struct, because
that made the code cleaner.

Breaks saves and bones.
This commit is contained in:
Pasi Kallinen
2023-12-09 12:43:37 +02:00
parent 0ef2f15f51
commit 1ceb9d2d91
4 changed files with 73 additions and 7 deletions

View File

@@ -113,6 +113,7 @@ struct epri {
struct bill_x {
unsigned bo_id;
boolean useup;
boolean queuedpay;
long price; /* price per unit */
long bquan; /* amount used up */
};