mirror of
https://github.com/DrBeef/Doom3Quest.git
synced 2024-11-23 20:32:44 +00:00
Merge branch 'master' of https://github.com/DrBeef/Doom3Quest
This commit is contained in:
commit
b227a2b64f
2 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ void Doom3Quest_setUseScreenLayer(int screen)
|
||||||
bool Doom3Quest_useScreenLayer()
|
bool Doom3Quest_useScreenLayer()
|
||||||
{
|
{
|
||||||
//Cinematics are now first person
|
//Cinematics are now first person
|
||||||
return inMenu || forceVirtualScreen;
|
return inMenu || forceVirtualScreen || inCinematic;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void UnEscapeQuotes( char *arg )
|
static void UnEscapeQuotes( char *arg )
|
||||||
|
|
|
@ -307,7 +307,7 @@ bool IsDoom3DemoVersion()
|
||||||
|
|
||||||
bool idGameLocal::InCinematic()
|
bool idGameLocal::InCinematic()
|
||||||
{
|
{
|
||||||
return inCinematic;
|
return inCinematic && (vr_cinematics.GetInteger() != 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue