aboutsummaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'action.h')
-rw-r--r--action.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/action.h b/action.h
index 13e9a58..f12fc34 100644
--- a/action.h
+++ b/action.h
@@ -5,8 +5,8 @@
*/
#define MAXEVENTS 32
-#define MAXACTIONS 256
-#define MAXOPTIONS 256
+#define MAXACTIONS 64
+#define MAXOPTIONS 64
/* Event, Action data structures */
typedef struct AS As;