mirror of
https://github.com/td512/re3.git
synced 2026-02-02 11:00:44 +00:00
bb .ini hello defines
This commit is contained in:
@@ -20,12 +20,6 @@ uint8 CDraw::FadeRed;
|
||||
uint8 CDraw::FadeGreen;
|
||||
uint8 CDraw::FadeBlue;
|
||||
|
||||
#ifdef ASPECT_RATIO_SCALE
|
||||
int32 CDraw::ms_nScalingMode = SCL_PS2;
|
||||
int32 CDraw::ms_bFixRadar = true;
|
||||
int32 CDraw::ms_bFixSprites = true;
|
||||
#endif
|
||||
|
||||
float
|
||||
CDraw::FindAspectRatio(void)
|
||||
{
|
||||
@@ -81,16 +75,4 @@ CDraw::SetFOV(float fov)
|
||||
ms_fScaledFOV = fov;
|
||||
#endif
|
||||
ms_fFOV = fov;
|
||||
}
|
||||
|
||||
#ifdef ASPECT_RATIO_SCALE
|
||||
float CDraw::ScaleY(float y)
|
||||
{
|
||||
switch ( ms_nScalingMode )
|
||||
{
|
||||
case SCL_PC: return y * ((float)DEFAULT_SCREEN_HEIGHT/SCREEN_HEIGHT_NTSC);
|
||||
default:
|
||||
return y;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
Reference in New Issue
Block a user