mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Make diagonal movement faster (1.41x as long as cardinal, rather than 2x) (#17884)
* Make diagonal movement take 1.41 as long, rather than 2x * define
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#define NUM_E 2.71828183
|
||||
|
||||
#define PI 3.1415
|
||||
#define SQRT_2 1.41421356237
|
||||
#define INFINITY 1e31 //closer than enough
|
||||
|
||||
#define SHORT_REAL_LIMIT 16777216
|
||||
|
||||
Reference in New Issue
Block a user