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
1254f691
Commit
1254f691
authored
4 years ago
by
Lactozilla
Browse files
Options
Downloads
Patches
Plain Diff
Fix unused variable warning when USE_APNG is not defined
parent
8c975837
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1343
Fix unused variable warning when USE_APNG is not defined
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/m_misc.c
+2
-0
2 additions, 0 deletions
src/m_misc.c
with
2 additions
and
0 deletions
src/m_misc.c
+
2
−
0
View file @
1254f691
...
...
@@ -165,7 +165,9 @@ consvar_t cv_zlib_window_bitsa = CVAR_INIT ("apng_window_size", "32k", CV_SAVE,
consvar_t
cv_apng_delay
=
CVAR_INIT
(
"apng_speed"
,
"1x"
,
CV_SAVE
,
apng_delay_t
,
NULL
);
consvar_t
cv_apng_downscale
=
CVAR_INIT
(
"apng_downscale"
,
"On"
,
CV_SAVE
,
CV_OnOff
,
NULL
);
#ifdef USE_APNG
static
boolean
apng_downscale
=
false
;
// So nobody can do something dumb like changing cvars mid output
#endif
boolean
takescreenshot
=
false
;
// Take a screenshot this tic
...
...
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