Skip to content
GitLab
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
84484f5a
Commit
84484f5a
authored
Jun 29, 2022
by
Richard Gobeille
Browse files
engine: remove misplaced MAY_ALIAS
parent
f6ab7c7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/build/include/clip.h
View file @
84484f5a
...
...
@@ -65,7 +65,7 @@ extern void engineInitClipMaps();
extern
void
engineSetClipMap
(
mapinfo_t
*
bak
,
mapinfo_t
*
newmap
);
#endif // HAVE_CLIPSHAPE_FEATURE
typedef
struct
MAY_ALIAS
typedef
struct
{
union
{
struct
{
int32_t
x1
,
y1
;
};
vec2_t
p1
;
};
union
{
struct
{
int32_t
x2
,
y2
;
};
vec2_t
p2
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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