mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Increased **MAX_SPRITES** to 2048
This commit is contained in:
parent
b7f071f80d
commit
2b9241ee01
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue