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
933508db
Commit
933508db
authored
8 years ago
by
Monster Iestyn
Browse files
Options
Downloads
Patches
Plain Diff
Moved screenshot/movie consvar externs to m_misc.h
parent
e2a4c59e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!488
Merge in next and don't billboard papersprites in GL
,
!294
MI minor refactoring
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/d_netcmd.h
+1
-11
1 addition, 11 deletions
src/d_netcmd.h
src/m_misc.h
+7
-0
7 additions, 0 deletions
src/m_misc.h
with
8 additions
and
11 deletions
src/d_netcmd.h
+
1
−
11
View file @
933508db
...
...
@@ -115,17 +115,7 @@ extern consvar_t cv_maxping;
extern
consvar_t
cv_skipmapcheck
;
extern
consvar_t
cv_sleep
,
cv_screenshot_option
,
cv_screenshot_folder
;
extern
consvar_t
cv_moviemode
;
extern
consvar_t
cv_zlib_level
,
cv_zlib_memory
,
cv_zlib_strategy
;
extern
consvar_t
cv_zlib_window_bits
,
cv_zlib_levela
,
cv_zlib_memorya
;
extern
consvar_t
cv_zlib_strategya
,
cv_zlib_window_bitsa
;
extern
consvar_t
cv_apng_delay
;
extern
consvar_t
cv_sleep
;
typedef
enum
{
...
...
This diff is collapsed.
Click to expand it.
src/m_misc.h
+
7
−
0
View file @
933508db
...
...
@@ -19,6 +19,7 @@
#include
"tables.h"
#include
"d_event.h"
// Screenshot responder
#include
"command.h"
typedef
enum
{
MM_OFF
=
0
,
...
...
@@ -28,6 +29,12 @@ typedef enum {
}
moviemode_t
;
extern
moviemode_t
moviemode
;
extern
consvar_t
cv_screenshot_option
,
cv_screenshot_folder
;
extern
consvar_t
cv_moviemode
;
extern
consvar_t
cv_zlib_memory
,
cv_zlib_level
,
cv_zlib_strategy
,
cv_zlib_window_bits
;
extern
consvar_t
cv_zlib_memorya
,
cv_zlib_levela
,
cv_zlib_strategya
,
cv_zlib_window_bitsa
;
extern
consvar_t
cv_apng_delay
;
void
M_StartMovie
(
void
);
void
M_SaveFrame
(
void
);
void
M_StopMovie
(
void
);
...
...
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