Removed a couple warnings caused by a misplaced define

This commit is contained in:
Vatiken
2012-05-30 04:30:36 +00:00
parent 4572a874b4
commit 09f497b0b3
2 changed files with 3 additions and 4 deletions

View File

@@ -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. */