set ITEM_LOWER_BOUND back to 0

This commit is contained in:
Splatink
2025-04-16 12:00:51 +03:00
parent 9134f42b9d
commit 74f05271ac

2
main.c
View File

@@ -4,7 +4,7 @@
#include <time.h> #include <time.h>
//values below control random item/customer selections, change for debugging (illegal items only 7-9, default 0-9) //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 ITEM_UPPER_BOUND 9
#define CUSTOMER_LOWER_BOUND 0 #define CUSTOMER_LOWER_BOUND 0
#define CUSTOMER_UPPER_BOUND 9 #define CUSTOMER_UPPER_BOUND 9