diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2024-01-02 22:01:43 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2024-01-02 22:01:43 +0100 |
| commit | f233cd4f15ea8145bb196a8a88dcb5a18944375b (patch) | |
| tree | 99ae9602ff6b3b200fb08498d6f39a6146f2d667 /include/players.h | |
| parent | 4283a369307e5d0e40245220e18dac94468f8ff4 (diff) | |
player colors
Diffstat (limited to 'include/players.h')
| -rw-r--r-- | include/players.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/players.h b/include/players.h index 5e512c5..7607788 100644 --- a/include/players.h +++ b/include/players.h @@ -10,7 +10,7 @@ #include "guns.h" #include "sprite.h" -#define MAX_PLAYERS 10 +#define MAX_PLAYERS 5 #define MAX_POINT_ANIMATIONS 10 #define GUN_OFFSET_FROM_PLAYER 0.8f |
