diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-04-10 09:52:47 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-04-10 09:52:47 +0200 |
commit | 6647312660cb6c67d7ee3fec89897c930783a77f (patch) | |
tree | ee3411c32f192fd6c088a7cd5cfa655e82684167 /src/core | |
parent | fix weather init (diff) | |
download | re3-6647312660cb6c67d7ee3fec89897c930783a77f.tar re3-6647312660cb6c67d7ee3fec89897c930783a77f.tar.gz re3-6647312660cb6c67d7ee3fec89897c930783a77f.tar.bz2 re3-6647312660cb6c67d7ee3fec89897c930783a77f.tar.lz re3-6647312660cb6c67d7ee3fec89897c930783a77f.tar.xz re3-6647312660cb6c67d7ee3fec89897c930783a77f.tar.zst re3-6647312660cb6c67d7ee3fec89897c930783a77f.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/common.h b/src/core/common.h index 9b897cca..6ea88f2f 100644 --- a/src/core/common.h +++ b/src/core/common.h @@ -107,10 +107,8 @@ extern void **rwengine; #ifdef ASPECT_RATIO_SCALE #define SCREEN_SCALE_AR(a) ((a) * DEFAULT_ASPECT_RATIO / SCREEN_ASPECT_RATIO) -#define SCREEN_SCALE_AR2(a) ((a) / (DEFAULT_ASPECT_RATIO / SCREEN_ASPECT_RATIO)) #else #define SCREEN_SCALE_AR(a) (a) -#define SCREEN_SCALE_AR2(a) (a) #endif #include "maths.h" |