mirror of
https://github.com/halpz/re3.git
synced 2025-07-29 19:20:25 +00:00
getting the vice city map to work
This commit is contained in:
@ -3182,12 +3182,14 @@ CCamera::GetScreenFadeStatus(void)
|
||||
void
|
||||
CCamera::RenderMotionBlur(void)
|
||||
{
|
||||
#ifndef MIAMI // temporary
|
||||
if(m_BlurType == 0)
|
||||
return;
|
||||
|
||||
CMBlur::MotionBlurRender(m_pRwCamera,
|
||||
m_BlurRed, m_BlurGreen, m_BlurBlue,
|
||||
m_motionBlur, m_BlurType, m_imotionBlurAddAlpha);
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user