diff options
author | Fire-Head <Fire-Head@users.noreply.github.com> | 2021-01-05 04:17:18 +0300 |
---|---|---|
committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2021-01-05 04:17:18 +0300 |
commit | 11de714d9dbeabb59129d29acb9e433c538ba4ba (patch) | |
tree | 99e973277c2986aceb45886684cee34191cfa6e4 /src/render/Draw.h | |
parent | bc7161754f9be556e11d1049c9666770eaad94fa (diff) |
remake
Diffstat (limited to 'src/render/Draw.h')
-rw-r--r-- | src/render/Draw.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/render/Draw.h b/src/render/Draw.h index bacbe18f..bd97f76f 100644 --- a/src/render/Draw.h +++ b/src/render/Draw.h @@ -18,7 +18,6 @@ enum eSpriteScalingMode { SCL_PC, SCL_PS2, - SCL_AUTO, }; class CDraw @@ -41,6 +40,11 @@ public: static uint8 FadeRed; static uint8 FadeGreen; static uint8 FadeBlue; +#ifdef ASPECT_RATIO_SCALE + static int32 ms_nScalingMode; + static int32 ms_bFixRadar; + static int32 ms_bFixSprites; +#endif static void SetNearClipZ(float nearclip) { ms_fNearClipZ = nearclip; } static float GetNearClipZ(void) { return ms_fNearClipZ; } |