Removed a couple warnings caused by a misplaced define
This commit is contained in:
@@ -28,6 +28,9 @@
|
||||
to adjust these numbers if you ever add more. Note: Most of the NUM_ and
|
||||
MAX_ limits have been moved to more appropriate locations. */
|
||||
|
||||
#define TOGGLE_VAR(var) if (var == YES) { var = NO; } else { var = YES; }
|
||||
#define CHECK_VAR(var) ((var == YES) ? "Yes" : "No")
|
||||
|
||||
#define MAX_PEOPLE 10 /* Max # of people you want to sit in furniture. */
|
||||
|
||||
/* Limit information. */
|
||||
|
||||
Reference in New Issue
Block a user