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
Jordon Moss
EDuke32-CSRefactor
Commits
ead3d78d
Commit
ead3d78d
authored
Aug 24, 2021
by
Evan Ramos
Browse files
KenBuild: Fix build
parent
a564d277
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/kenbuild/src/game.cpp
View file @
ead3d78d
...
...
@@ -2204,7 +2204,7 @@ void tagcode(void)
//swingangopendir is -1 if forwards, 1 is backwards
l
=
(
swingangopendir
[
i
]
>
0
);
for
(
k
=
l
+
3
;
k
>=
l
;
k
--
)
if
(
clipinsidebox
(
(
vec2_t
*
)
&
pos
[
p
],
swingwall
[
i
][
k
],
128L
)
!=
0
)
if
(
clipinsidebox
(
pos
[
p
]
.
vec2
,
swingwall
[
i
][
k
],
128L
)
!=
0
)
{
good
=
0
;
break
;
...
...
Write
Preview
Markdown
is supported
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