mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-31 05:00:41 +00:00
Lower MAXWALLSB
git-svn-id: https://svn.eduke32.com/eduke32@7373 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
7f4ac2a4af
commit
61b89491c6
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ enum rendmode_t {
|
|||
# define LUNATIC_FASTCALL __fastcall
|
||||
#endif
|
||||
|
||||
#define MAXWALLSB ((MAXWALLS>>2)+(MAXWALLS>>3))
|
||||
#define MAXWALLSB ((MAXWALLS>>3)+(MAXWALLS>>4))
|
||||
|
||||
#define MAXTILES 30720
|
||||
#define MAXUSERTILES (MAXTILES-16) // reserve 16 tiles at the end
|
||||
|
|
Loading…
Reference in a new issue