diff --git a/Projects/Android/jni/Doom3Quest/Doom3Quest_SurfaceView.c b/Projects/Android/jni/Doom3Quest/Doom3Quest_SurfaceView.c index 8b4b7c0..050f3f6 100644 --- a/Projects/Android/jni/Doom3Quest/Doom3Quest_SurfaceView.c +++ b/Projects/Android/jni/Doom3Quest/Doom3Quest_SurfaceView.c @@ -144,7 +144,7 @@ void Doom3Quest_setUseScreenLayer(int screen) bool Doom3Quest_useScreenLayer() { //Cinematics are now first person - return inMenu || forceVirtualScreen; + return inMenu || forceVirtualScreen || inCinematic; } static void UnEscapeQuotes( char *arg ) diff --git a/Projects/Android/jni/d3es-multithread-master/neo/game/Game_local.cpp b/Projects/Android/jni/d3es-multithread-master/neo/game/Game_local.cpp index 891fcc2..74da35c 100644 --- a/Projects/Android/jni/d3es-multithread-master/neo/game/Game_local.cpp +++ b/Projects/Android/jni/d3es-multithread-master/neo/game/Game_local.cpp @@ -307,7 +307,7 @@ bool IsDoom3DemoVersion() bool idGameLocal::InCinematic() { - return inCinematic; + return inCinematic && (vr_cinematics.GetInteger() != 0); } /*