mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 18:14:08 +00:00
game logic
This commit is contained in:
parent
49a897c3b3
commit
c1c163d78c
20 changed files with 470 additions and 56 deletions
|
@ -3123,7 +3123,7 @@ CCamera::Fade(float timeout, int16 direction)
|
|||
void
|
||||
CCamera::SetFadeColour(uint8 r, uint8 g, uint8 b)
|
||||
{
|
||||
m_FadeTargetIsSplashScreen = r == 0 && g == 0 && b == 0;
|
||||
m_FadeTargetIsSplashScreen = r == 2 && g == 2 && b == 2;
|
||||
CDraw::FadeRed = r;
|
||||
CDraw::FadeGreen = g;
|
||||
CDraw::FadeBlue = b;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue