Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
RingRacers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Disk Poppy
RingRacers
Commits
f2de8384
Commit
f2de8384
authored
10 months ago
by
toaster
Browse files
Options
Downloads
Patches
Plain Diff
Dismount DLZ Rocket on tumble bounce counter being nonzero, not tumble height
Tumble height is not set to 0 between (s)tumble events
parent
d288b588
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/objects/dlzrocket.c
+1
-1
1 addition, 1 deletion
src/objects/dlzrocket.c
with
1 addition
and
1 deletion
src/objects/dlzrocket.c
+
1
−
1
View file @
f2de8384
...
...
@@ -196,6 +196,6 @@ void Obj_playerDLZRocket(player_t *p)
}
if
((
p
->
dlzrocket
>
10
&&
(
P_IsObjectOnGround
(
p
->
mo
)
||
p
->
mo
->
eflags
&
MFE_JUSTBOUNCEDWALL
))
||
p
->
spinouttimer
||
p
->
wipeoutslow
||
p
->
tumble
Height
)
||
p
->
spinouttimer
||
p
->
wipeoutslow
||
p
->
tumble
Bounces
)
Obj_DLZRocketDismount
(
p
);
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment