aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-09-18 19:08:31 +0400
committerEugene Sandulenko2013-09-18 19:39:53 +0400
commitf70b737ad93544a905209ff9e002aad1f0db6050 (patch)
tree424a7e317847451a0ff6c7cd980929273542d09e /engines/fullpipe/motion.h
parent5d25dd3b365d2f74d90f3838013dbb90d3a72f60 (diff)
downloadscummvm-rg350-f70b737ad93544a905209ff9e002aad1f0db6050.tar.gz
scummvm-rg350-f70b737ad93544a905209ff9e002aad1f0db6050.tar.bz2
scummvm-rg350-f70b737ad93544a905209ff9e002aad1f0db6050.zip
FULLPIPE: Remove C* prefixes in utils.cpp
Diffstat (limited to 'engines/fullpipe/motion.h')
-rw-r--r--engines/fullpipe/motion.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/fullpipe/motion.h b/engines/fullpipe/motion.h
index 332a494e1c..e692c01726 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -141,8 +141,8 @@ class MovGraphLink : public CObject {
public:
MovGraphNode *_movGraphNode1;
MovGraphNode *_movGraphNode2;
- CDWordArray _dwordArray1;
- CDWordArray _dwordArray2;
+ DWordArray _dwordArray1;
+ DWordArray _dwordArray2;
int _flags;
int _field_38;
int _field_3C;
@@ -158,8 +158,8 @@ class MovGraphLink : public CObject {
class MovGraph : public MotionController {
public:
- CObList _nodes;
- CObList _links;
+ ObList _nodes;
+ ObList _links;
int _field_44;
int _items;
int _itemsCount;