set ITEM_LOWER_BOUND back to 0
This commit is contained in:
2
main.c
2
main.c
@@ -4,7 +4,7 @@
|
||||
#include <time.h>
|
||||
|
||||
//values below control random item/customer selections, change for debugging (illegal items only 7-9, default 0-9)
|
||||
#define ITEM_LOWER_BOUND 7
|
||||
#define ITEM_LOWER_BOUND 0
|
||||
#define ITEM_UPPER_BOUND 9
|
||||
#define CUSTOMER_LOWER_BOUND 0
|
||||
#define CUSTOMER_UPPER_BOUND 9
|
||||
|
||||
Reference in New Issue
Block a user