We can bump EVENT_ARGS_MAX to 7. git-svn-id: http://dev.csoft.net/agar/trunk@10424 86a84d31-9702-0410-8f1e-a60cab7bd424
1 files changed, 1 insertions(+), 1 deletions(-) M core/event.h
M core/event.h => core/event.h +1 -1
@@ 11,7 11,7 @@ # if AG_MODEL == AG_SMALL # define AG_EVENT_ARGS_MAX 4 # else -# define AG_EVENT_ARGS_MAX 6 +# define AG_EVENT_ARGS_MAX 7 # endif #endif