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
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
kaldrum
SRB2
Commits
4c9f4e96
Commit
4c9f4e96
authored
1 year ago
by
Lactozilla
Browse files
Options
Downloads
Patches
Plain Diff
Delete pic_mode_t
parent
0664671c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/r_defs.h
+0
-9
0 additions, 9 deletions
src/r_defs.h
with
0 additions
and
9 deletions
src/r_defs.h
+
0
−
9
View file @
4c9f4e96
...
@@ -853,15 +853,6 @@ typedef struct drawseg_s
...
@@ -853,15 +853,6 @@ typedef struct drawseg_s
vertex_t
leftpos
,
rightpos
;
// Used for rendering FOF walls with slopes
vertex_t
leftpos
,
rightpos
;
// Used for rendering FOF walls with slopes
}
drawseg_t
;
}
drawseg_t
;
typedef
enum
{
PALETTE
=
0
,
// 1 byte is the index in the doom palette (as usual)
INTENSITY
=
1
,
// 1 byte intensity
INTENSITY_ALPHA
=
2
,
// 2 byte: alpha then intensity
RGB24
=
3
,
// 24 bit rgb
RGBA32
=
4
,
// 32 bit rgba
}
pic_mode_t
;
#ifdef ROTSPRITE
#ifdef ROTSPRITE
typedef
struct
typedef
struct
{
{
...
...
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