aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/fullpipe/input.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/input.cpp b/engines/fullpipe/input.cpp
index 9a25dc669c..eb528f0ac1 100644
--- a/engines/fullpipe/input.cpp
+++ b/engines/fullpipe/input.cpp
@@ -208,7 +208,7 @@ void FullpipeEngine::updateCursorsCommon() {
}
}
- _cursorId = PIC_CSR_DEFAULT_INV;
+ _cursorId = PIC_CSR_DEFAULT;
}
} // End of namespace Fullpipe