Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Model 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
SSNTails
SRB2
Commits
d26bc647
Commit
d26bc647
authored
9 years ago
by
colette
Committed by
Alam Ed Arias
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
MI's slope compiling fixes
parent
92031c6a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/p_slopes.h
+5
-0
5 additions, 0 deletions
src/p_slopes.h
with
5 additions
and
0 deletions
src/p_slopes.h
+
5
−
0
View file @
d26bc647
...
...
@@ -29,6 +29,9 @@
#define P_SLOPES_H__
#ifdef ESLOPE
void
P_CalculateSlopeNormal
(
pslope_t
*
slope
);
void
P_ReconfigureVertexSlope
(
pslope_t
*
slope
);
void
P_ResetDynamicSlopes
(
void
);
void
P_RunDynamicSlopes
(
void
);
// P_SpawnSlope_Line
...
...
@@ -36,6 +39,8 @@ void P_RunDynamicSlopes(void);
// sectors.
void
P_SpawnSlope_Line
(
int
linenum
);
pslope_t
*
P_NewVertexSlope
(
INT16
tag1
,
INT16
tag2
,
INT16
tag3
,
UINT8
flags
);
#ifdef SPRINGCLEAN
// Loads just map objects that make slopes,
// terrain affecting objects have to be spawned first
...
...
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