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
8de06a93
Commit
8de06a93
authored
5 years ago
by
Lactozilla
Browse files
Options
Downloads
Patches
Plain Diff
remove UINT8 wipecolorfill
parent
1e4060af
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/f_finale.h
+1
-2
1 addition, 2 deletions
src/f_finale.h
src/f_wipe.c
+0
-2
0 additions, 2 deletions
src/f_wipe.c
with
1 addition
and
4 deletions
src/f_finale.h
+
1
−
2
View file @
8de06a93
...
@@ -165,7 +165,6 @@ extern wipestyleflags_t wipestyleflags;
...
@@ -165,7 +165,6 @@ extern wipestyleflags_t wipestyleflags;
#define FADEGREENFACTOR 15
#define FADEGREENFACTOR 15
#define FADEBLUEFACTOR 10
#define FADEBLUEFACTOR 10
extern
UINT8
wipecolorfill
;
extern
INT32
lastwipetic
;
extern
INT32
lastwipetic
;
// Don't know where else to place this constant
// Don't know where else to place this constant
...
@@ -176,7 +175,7 @@ void F_WipeStartScreen(void);
...
@@ -176,7 +175,7 @@ void F_WipeStartScreen(void);
void
F_WipeEndScreen
(
void
);
void
F_WipeEndScreen
(
void
);
void
F_RunWipe
(
UINT8
wipetype
,
boolean
drawMenu
);
void
F_RunWipe
(
UINT8
wipetype
,
boolean
drawMenu
);
void
F_WipeStageTitle
(
void
);
void
F_WipeStageTitle
(
void
);
#define F_WipeColorFill(c) V_DrawFill(0, 0, BASEVIDWIDTH, BASEVIDHEIGHT,
(wipecolorfill = c)
)
#define F_WipeColorFill(c) V_DrawFill(0, 0, BASEVIDWIDTH, BASEVIDHEIGHT,
c
)
tic_t
F_GetWipeLength
(
UINT8
wipetype
);
tic_t
F_GetWipeLength
(
UINT8
wipetype
);
boolean
F_WipeExists
(
UINT8
wipetype
);
boolean
F_WipeExists
(
UINT8
wipetype
);
...
...
This diff is collapsed.
Click to expand it.
src/f_wipe.c
+
0
−
2
View file @
8de06a93
...
@@ -103,8 +103,6 @@ static UINT8 *wipe_scr_end; //screen 4
...
@@ -103,8 +103,6 @@ static UINT8 *wipe_scr_end; //screen 4
static
UINT8
*
wipe_scr
;
//screen 0 (main drawing)
static
UINT8
*
wipe_scr
;
//screen 0 (main drawing)
static
fixed_t
paldiv
=
0
;
static
fixed_t
paldiv
=
0
;
UINT8
wipecolorfill
=
31
;
/** Create fademask_t from lump
/** Create fademask_t from lump
*
*
* \param lump Lump name to get data from
* \param lump Lump name to get data from
...
...
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