Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Richard Gobeille
EDuke32
Commits
b1331f54
Commit
b1331f54
authored
May 27, 2022
by
Richard Gobeille
Browse files
engine: fix build error with DEBUG_MAIN_ARRAYS
parent
87dbed19
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/build/include/build.h
View file @
b1331f54
...
...
@@ -633,7 +633,7 @@ EXTERN wallext_t wallext[MAXWALLS];
EXTERN
sectortype
sector
[
MAXSECTORS
+
M32_FIXME_SECTORS
];
EXTERN
walltype
wall
[
MAXWALLS
+
M32_FIXME_WALLS
];
EXTERN
spritetype
sprite
[
MAXSPRITES
];
EXTERN
u
spritetype
tsprite
[
MAXSPRITESONSCREEN
];
EXTERN
t
spritetype
tsprite
[
MAXSPRITESONSCREEN
];
#endif
#ifdef USE_STRUCT_TRACKERS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment