Skip to content
Snippets Groups Projects
Commit 6a5ea548 authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

make ROTANGLES be 360

parent 53c7df48
No related branches found
No related tags found
2 merge requests!718Rename R_IsPointInSubsector to R_PointInSubsectorOrNull/Nil,!547rollangle and SpriteInfo changes
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment