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
d9877e86
Commit
d9877e86
authored
Apr 19, 2022
by
Richard Gobeille
Browse files
Duke3d: fix warning introduced by
cb673c33
parent
f61cc041
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/duke3d/src/actors.cpp
View file @
d9877e86
...
...
@@ -3513,7 +3513,7 @@ ACTOR_STATIC void G_MoveWeapons(void)
if
(
pSprite
->
picnum
==
FIRELASER
)
{
for
(
bssize_
t
k
=
-
3
;
k
<
2
;
k
++
)
for
(
in
t
k
=
-
3
;
k
<
2
;
k
++
)
{
vec3_t
const
offset
=
{
(
k
*
sintable
[(
pSprite
->
ang
+
512
)
&
2047
])
>>
9
,
(
k
*
sintable
[
pSprite
->
ang
&
2047
])
>>
9
,
...
...
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