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
9ae924b9
Commit
9ae924b9
authored
Jul 26, 2022
by
Dino Bollinger
Committed by
Richard Gobeille
Jul 26, 2022
Browse files
Duke3D: Fix a minor animation bug with SHOTGUNSHELL sprites
Found by Nuke.YKT
parent
06150c1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/duke3d/src/game.cpp
View file @
9ae924b9
...
...
@@ -4470,7 +4470,7 @@ skip:
fallthrough__
;
case
SHOTGUNSHELL__
:
t
->
cstat
|=
12
;
if
(
T1
(
i
)
>
2
)
t
->
cstat
&=
~
1
6
;
if
(
T1
(
i
)
>
2
)
t
->
cstat
&=
~
1
2
;
else
if
(
T1
(
i
)
>
1
)
t
->
cstat
&=
~
4
;
break
;
case
FRAMEEFFECT1_13__
:
...
...
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