Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Kart-Public
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kart Krew
Kart-Public
Compare revisions
fix-va-buffer-overflow to next
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
KartKrew/Kart-Public
Select target project
No results found
next
Select Git revision
Swap
Target
Indev/Kart-Public
Select target project
KartKrew/Kart-Public
SteelT/Kart-Public
SSNTails/Kart-Public
mazmazz_/Kart-Public
james/Kart-Public
Latius/Kart-Public
alphaRexJames/Kart-Public
heyjoeway/Kart-Public
Namolos/Kart-Public
SinnamonLat/Kart-Public
filpAM/Kart-Public
wolfy852/Kart-Public
bird/Kart-Public
TehRealSalt/Kart-Public
Snu/Kart-Public
Tyron/Kart-Public
kimmy/Kart-Public
Spice/Kart-Public
Callmore/Kart-Public
JugadorXEI/Kart-Public
Fafabis/Kart-Public
cspotcode/Kart-Public
Lonsfor_/Kart-Public
brokenspleentec/Kart-Public
minenice/Kart-Public
Lighto97/Kart-Public
X.organic/Kart-Public
Superjustinbros/srb2kart-custom-color-expansion
Galactice/Kart-Public
haya_/Kart-Public
QuantumToasted/Kart-Public
Indev/Kart-Public
chreas/kart-public-vr
alufolie91/Kart-Public2
Alam/Kart-Public
koi/Kart-Public
Alam/kart-public-vr
Hanicef/Kart-Public
hero0fnin/kart-public-batocera-edit
NepDisk/Kart-Public
Nep2Disk/Kart-Public
41 results
fix-va-buffer-overflow
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (5)
Correct local variable boolean type
· a4fad0e3
Eidolon
authored
2 years ago
a4fad0e3
Merge branch 'master' into next
· 32f88155
SteelT
authored
2 years ago
32f88155
Prevent boosted teleports from throwing you the wrong direction on exit
· 9a8cd9f0
NepDisk
authored
1 year ago
9a8cd9f0
Merge branch 'master' into next
· 27aecdb9
Sal
authored
1 year ago
27aecdb9
Merge branch 'boostedteleportfix' into 'next'
· ea49b16a
Sal
authored
1 year ago
Prevent boosted spinout teleports from throwing you the wrong direction See merge request
!349
ea49b16a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/p_telept.c
+2
-0
2 additions, 0 deletions
src/p_telept.c
with
2 additions
and
0 deletions
src/p_telept.c
View file @
ea49b16a
...
...
@@ -181,6 +181,8 @@ boolean P_Teleport(mobj_t *thing, fixed_t x, fixed_t y, fixed_t z, angle_t angle
P_SetPlayerMobjState
(
thing
,
S_KART_STND1
);
// SRB2kart - was S_PLAY_STND
}
thing
->
player
->
kartstuff
[
k_boostangle
]
=
angle
;
if
(
flash
)
P_FlashPal
(
thing
->
player
,
PAL_MIXUP
,
10
);
}
...
...
This diff is collapsed.
Click to expand it.