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
50bd8abc
Commit
50bd8abc
authored
4 years ago
by
Lactozilla
Browse files
Options
Downloads
Patches
Plain Diff
Fix precipitation
parent
3bace37a
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1257
New sprite features
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/p_mobj.h
+1
-0
1 addition, 0 deletions
src/p_mobj.h
with
1 addition
and
0 deletions
src/p_mobj.h
+
1
−
0
View file @
50bd8abc
...
@@ -415,6 +415,7 @@ typedef struct precipmobj_s
...
@@ -415,6 +415,7 @@ typedef struct precipmobj_s
UINT32
renderflags
;
// render flags
UINT32
renderflags
;
// render flags
fixed_t
spritexscale
,
spriteyscale
;
fixed_t
spritexscale
,
spriteyscale
;
fixed_t
spritexoffset
,
spriteyoffset
;
fixed_t
spritexoffset
,
spriteyoffset
;
struct
pslope_s
*
floorspriteslope
;
// The slope that the floorsprite is rotated by
struct
mprecipsecnode_s
*
touching_sectorlist
;
// a linked list of sectors where this object appears
struct
mprecipsecnode_s
*
touching_sectorlist
;
// a linked list of sectors where this object appears
...
...
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