aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes.cpp
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/scenes.cpp
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/scenes.cpp')
-rw-r--r--engines/fullpipe/scenes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes.cpp b/engines/fullpipe/scenes.cpp
index a709d35f14..2195ee7585 100644
--- a/engines/fullpipe/scenes.cpp
+++ b/engines/fullpipe/scenes.cpp
@@ -1334,7 +1334,7 @@ int MovGraph_messageHandler(ExCommand *cmd) {
double mindistance = 1.0e10;
Common::Point point;
- for (CObList::iterator i = gr->_links.begin(); i != gr->_links.end(); ++i) {
+ for (ObList::iterator i = gr->_links.begin(); i != gr->_links.end(); ++i) {
point.x = ani->_ox;
point.y = ani->_oy;