diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-06-01 10:23:12 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-06-01 10:23:12 -0400 |
commit | f53e2491bfe41cea6e912bef1692c2961927ef23 (patch) | |
tree | 912a810c9ad1c808fb93121ceb32f0e462ffcfc5 /include/constants/union_room.h | |
parent | 4fe507e4539f2c349a7297c31f66893bbf775ff5 (diff) |
Document union_room_player_avatar.c
Diffstat (limited to 'include/constants/union_room.h')
-rw-r--r-- | include/constants/union_room.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/union_room.h b/include/constants/union_room.h index 9243ea15d..7b1d1a1be 100644 --- a/include/constants/union_room.h +++ b/include/constants/union_room.h @@ -1,6 +1,8 @@ #ifndef GUARD_CONSTANTS_UNION_ROOM_H #define GUARD_CONSTANTS_UNION_ROOM_H +#define MAX_UNION_ROOM_PLAYERS 8 + #define UNION_ROOM_SPAWN_NONE 0 #define UNION_ROOM_SPAWN_IN 1 #define UNION_ROOM_SPAWN_OUT 2 |