mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-09 20:56:43 +00:00
make ROTANGLES be 360
This commit is contained in:
parent
f2c27df524
commit
889bbdf96d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue