aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/input.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-08-24 22:23:31 +0300
committerEugene Sandulenko2013-09-06 14:51:19 +0300
commit3d3ebc6ae7430ae4147bdc9e07115d134dd9d312 (patch)
treec0ed550bf82464ea689e9aa0336f7b6ab3b93f35 /engines/fullpipe/input.h
parentee18a545549f7ab58d3da2ca67fb6824b498b6d6 (diff)
downloadscummvm-rg350-3d3ebc6ae7430ae4147bdc9e07115d134dd9d312.tar.gz
scummvm-rg350-3d3ebc6ae7430ae4147bdc9e07115d134dd9d312.tar.bz2
scummvm-rg350-3d3ebc6ae7430ae4147bdc9e07115d134dd9d312.zip
FULLPIPE: Implement CInputController::setCursor()
Diffstat (limited to 'engines/fullpipe/input.h')
-rw-r--r--engines/fullpipe/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/input.h b/engines/fullpipe/input.h
index e527770dc9..6a7ad11f67 100644
--- a/engines/fullpipe/input.h
+++ b/engines/fullpipe/input.h
@@ -56,7 +56,7 @@ class CInputController {
int _cursorIndex;
CursorsArray _cursorsArray;
Common::Rect _cursorBounds;
- int _cursorItemPicture;
+ Picture *_cursorItemPicture;
public:
CInputController();