aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/cine/various.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/various.cpp b/engines/cine/various.cpp
index 53a38aa57c..b3f13dd09f 100644
--- a/engines/cine/various.cpp
+++ b/engines/cine/various.cpp
@@ -849,7 +849,7 @@ uint16 executePlayerInput() {
}
if (allowPlayerInput) { // Player input is allowed
- if (g_cine->getGameType() == Cine::GType_FW && isDrawCommandEnabled) {
+ if (isDrawCommandEnabled) {
renderer->setCommand(commandBuffer);
}
isDrawCommandEnabled = 0;