aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/cdrom.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-02-18 22:56:00 -0500
committerPaul Gilbert2017-02-18 22:56:00 -0500
commit66f3458a2be4a9a490b406a4e9a100be43849725 (patch)
treec1c7cdbf58d9b4db615faa536e61a68fcde14767 /engines/titanic/game/cdrom.h
parentcc169fc5754af814c8e91e970eae384f3c4c4074 (diff)
downloadscummvm-rg350-66f3458a2be4a9a490b406a4e9a100be43849725.tar.gz
scummvm-rg350-66f3458a2be4a9a490b406a4e9a100be43849725.tar.bz2
scummvm-rg350-66f3458a2be4a9a490b406a4e9a100be43849725.zip
TITANIC: Renamings for CCarry class
Diffstat (limited to 'engines/titanic/game/cdrom.h')
-rw-r--r--engines/titanic/game/cdrom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/cdrom.h b/engines/titanic/game/cdrom.h
index 017914830c..12175f6450 100644
--- a/engines/titanic/game/cdrom.h
+++ b/engines/titanic/game/cdrom.h
@@ -36,7 +36,7 @@ class CCDROM : public CGameObject {
bool MouseDragMoveMsg(CMouseDragMoveMsg *msg);
bool ActMsg(CActMsg *msg);
private:
- Point _tempPos;
+ Point _centroid;
public:
CLASSDEF;
CCDROM();