aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/walk.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2007-03-12 19:58:10 +0000
committerNicola Mettifogo2007-03-12 19:58:10 +0000
commitafc35317f743aa3e092a21619278afa99062fe3d (patch)
treef2da77991b244b0b12a63b06f0c84c41fbe460b4 /engines/parallaction/walk.cpp
parent4c82e3ac239d946db9eac80a2736f88094062d35 (diff)
downloadscummvm-rg350-afc35317f743aa3e092a21619278afa99062fe3d.tar.gz
scummvm-rg350-afc35317f743aa3e092a21619278afa99062fe3d.tar.bz2
scummvm-rg350-afc35317f743aa3e092a21619278afa99062fe3d.zip
The only uses for StaticCnv::_data2 were by Get and Door zones, so a new field has been added to those structure and _data2 has been deleted. Some graphic routines has been renamed to better reflect this change, too.
svn-id: r26107
Diffstat (limited to 'engines/parallaction/walk.cpp')
-rw-r--r--engines/parallaction/walk.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/parallaction/walk.cpp b/engines/parallaction/walk.cpp
index e994806728..03910bdc55 100644
--- a/engines/parallaction/walk.cpp
+++ b/engines/parallaction/walk.cpp
@@ -392,7 +392,6 @@ void jobWalk(void *parm, Job *j) {
// v14._height = _yourself._cnv._height;
// v14._data0 = _yourself._cnv._array[_yourself._frame];
// v14._data1 = _yourself._cnv.field_8[_yourself._frame];
-// v14._data2 = &_yourself.field_54;
if ((_si < node->_x) && (_si < SCREEN_WIDTH) && (queryPath(_yourself._cnv._width/2 + _si + 2, _yourself._cnv._height + _di) != 0)) {
// printf("walk right\n");