make ROTANGLES be 360

This commit is contained in:
Jaime Passos 2019-12-17 13:00:50 -03:00
parent 53c7df4818
commit 6a5ea548e6
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ extern const char *compdate, *comptime, *comprevision, *compbranch;
/// Sprite rotation
#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)
#ifndef HAVE_PNG