Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
e16a8946
Commit
e16a8946
authored
4 years ago
by
Radicalicious
Browse files
Options
Downloads
Patches
Plain Diff
Actually define newly exposed thrust functions. Oops.
parent
47a2710e
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!2355
fix newer versions of mixerx
,
!1493
Expose more thrust functions to Lua
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/p_local.h
+3
-0
3 additions, 0 deletions
src/p_local.h
with
3 additions
and
0 deletions
src/p_local.h
+
3
−
0
View file @
e16a8946
...
@@ -527,6 +527,9 @@ boolean P_Teleport(mobj_t *thing, fixed_t x, fixed_t y, fixed_t z, angle_t angle
...
@@ -527,6 +527,9 @@ boolean P_Teleport(mobj_t *thing, fixed_t x, fixed_t y, fixed_t z, angle_t angle
boolean
P_SetMobjStateNF
(
mobj_t
*
mobj
,
statenum_t
state
);
boolean
P_SetMobjStateNF
(
mobj_t
*
mobj
,
statenum_t
state
);
boolean
P_CheckMissileSpawn
(
mobj_t
*
th
);
boolean
P_CheckMissileSpawn
(
mobj_t
*
th
);
void
P_Thrust
(
mobj_t
*
mo
,
angle_t
angle
,
fixed_t
move
);
void
P_Thrust
(
mobj_t
*
mo
,
angle_t
angle
,
fixed_t
move
);
void
P_ThrustEvenIn2D
(
mobj_t
*
mo
,
angle_t
angle
,
fixed_t
move
);
void
P_VectorInstaThrust
(
fixed_t
xa
,
fixed_t
xb
,
fixed_t
xc
,
fixed_t
ya
,
fixed_t
yb
,
fixed_t
yc
,
fixed_t
za
,
fixed_t
zb
,
fixed_t
zc
,
fixed_t
momentum
,
mobj_t
*
mo
);
void
P_DoSuperTransformation
(
player_t
*
player
,
boolean
giverings
);
void
P_DoSuperTransformation
(
player_t
*
player
,
boolean
giverings
);
void
P_ExplodeMissile
(
mobj_t
*
mo
);
void
P_ExplodeMissile
(
mobj_t
*
mo
);
void
P_CheckGravity
(
mobj_t
*
mo
,
boolean
affect
);
void
P_CheckGravity
(
mobj_t
*
mo
,
boolean
affect
);
...
...
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