Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SSNTails
SRB2
Commits
6a5ea548
Commit
6a5ea548
authored
Dec 17, 2019
by
Lactozilla
Browse files
Options
Downloads
Patches
Plain Diff
make ROTANGLES be 360
parent
53c7df48
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/doomdef.h
+1
-1
1 addition, 1 deletion
src/doomdef.h
with
1 addition
and
1 deletion
src/doomdef.h
+
1
−
1
View file @
6a5ea548
...
@@ -625,7 +625,7 @@ extern const char *compdate, *comptime, *comprevision, *compbranch;
...
@@ -625,7 +625,7 @@ extern const char *compdate, *comptime, *comprevision, *compbranch;
/// Sprite rotation
/// Sprite rotation
#define ROTSPRITE
#define ROTSPRITE
#define ROTANGLES
24
// Needs to be a divisor of 360 (45, 60, 90, 120...)
#define ROTANGLES
360
// Needs to be a divisor of 360 (45, 60, 90, 120...)
#define ROTANGDIFF (360 / ROTANGLES)
#define ROTANGDIFF (360 / ROTANGLES)
#ifndef HAVE_PNG
#ifndef HAVE_PNG
...
...
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