Increased **MAX_SPRITES** to 2048

This commit is contained in:
OM 2023-05-29 13:48:19 +02:00
parent b7f071f80d
commit 2b9241ee01

View file

@ -21,8 +21,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#define MAX_ENTITIES 1023 // can't be increased without changing drawsurf bit packing
#define MAX_POINTS 32
#define MAX_SPRITES 1024
#define MAX_POINTS 32
#define MAX_SPRITES 2048
#define RDF_FULLBRIGHT 2 // fullbright intensity