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
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vincent Robinson
SRB2
Commits
1e4eab77
Commit
1e4eab77
authored
5 years ago
by
Nev3r
Browse files
Options
Downloads
Patches
Plain Diff
Use fixed_t on the mapthing scale for the sake of coherence.
parent
beb42c94
Branches
thokker_next
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/doomdata.h
+3
-1
3 additions, 1 deletion
src/doomdata.h
with
3 additions
and
1 deletion
src/doomdata.h
+
3
−
1
View file @
1e4eab77
...
@@ -23,6 +23,8 @@
...
@@ -23,6 +23,8 @@
// Some global defines, that configure the game.
// Some global defines, that configure the game.
#include
"doomdef.h"
#include
"doomdef.h"
#include
"m_fixed.h"
// See the mapthing_t scale.
//
//
// Map level types.
// Map level types.
// The following data structures define the persistent format
// The following data structures define the persistent format
...
@@ -203,7 +205,7 @@ typedef struct
...
@@ -203,7 +205,7 @@ typedef struct
UINT16
options
;
UINT16
options
;
INT16
z
;
INT16
z
;
UINT8
extrainfo
;
UINT8
extrainfo
;
INT32
scale
;
fixed_t
scale
;
INT16
tag
;
INT16
tag
;
struct
mobj_s
*
mobj
;
struct
mobj_s
*
mobj
;
}
mapthing_t
;
}
mapthing_t
;
...
...
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