Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2Classic
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
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
PAS
SRB2Classic
Commits
3470b930
Commit
3470b930
authored
4 months ago
by
Hanicef
Browse files
Options
Downloads
Patches
Plain Diff
Use inline attributes
parent
c7cc57d6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/p_local.h
+1
-1
1 addition, 1 deletion
src/p_local.h
with
1 addition
and
1 deletion
src/p_local.h
+
1
−
1
View file @
3470b930
...
@@ -302,7 +302,7 @@ void P_SceneryThinker(mobj_t *mobj);
...
@@ -302,7 +302,7 @@ void P_SceneryThinker(mobj_t *mobj);
// This does not need to be added to Lua.
// This does not need to be added to Lua.
// To test it in Lua, check mobj.valid
// To test it in Lua, check mobj.valid
static
inline
boolean
P_MobjWasRemoved
(
mobj_t
*
mobj
)
FUNCINLINE
static
ATTRINLINE
boolean
P_MobjWasRemoved
(
mobj_t
*
mobj
)
{
{
return
mobj
==
NULL
||
mobj
->
thinker
.
function
.
acp1
!=
(
actionf_p1
)
P_MobjThinker
;
return
mobj
==
NULL
||
mobj
->
thinker
.
function
.
acp1
!=
(
actionf_p1
)
P_MobjThinker
;
}
}
...
...
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