This commit is contained in:
parent
2f03cdf648
commit
ab958caf14
3 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@
|
||||||
#include "..\..\tools\vlc\include\vlc_bit.h"
|
#include "..\..\tools\vlc\include\vlc_bit.h"
|
||||||
|
|
||||||
|
|
||||||
#if defined(__USER_paul__)
|
#ifndef __USER_paul__
|
||||||
#define FORCE_FMV 1
|
#define FORCE_FMV 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -196,7 +196,7 @@ void CFrontEndMainTitles::select()
|
||||||
ASSERT(s_image);
|
ASSERT(s_image);
|
||||||
SetScreenImage(s_image);
|
SetScreenImage(s_image);
|
||||||
|
|
||||||
CSoundMediator::setSong(CSoundMediator::SONG_TITLE);
|
CSoundMediator::setSong(CSoundMediator::SONG_OPTIONS);
|
||||||
m_musicStarted=false;
|
m_musicStarted=false;
|
||||||
|
|
||||||
CFader::setFadingIn();
|
CFader::setFadingIn();
|
||||||
|
|
|
@ -295,7 +295,7 @@ private:
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
INVINCIBLE_FRAMES__START=200, // Invincible for this many frames at start of life
|
INVINCIBLE_FRAMES__START=200, // Invincible for this many frames at start of life
|
||||||
INVINCIBLE_FRAMES__HIT=60, // Invincible for this many frames after taking damage
|
INVINCIBLE_FRAMES__HIT=120, // Invincible for this many frames after taking damage
|
||||||
};
|
};
|
||||||
int m_invincibleFrameCount; // Initial invincibility and also invincibility after taking damage
|
int m_invincibleFrameCount; // Initial invincibility and also invincibility after taking damage
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue