aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2002-12-29 21:14:28 +0000
committerMax Horn2002-12-29 21:14:28 +0000
commit5f472bdcd031c843dfec78c014fdf97370dc5768 (patch)
treec8de0a8f0419dbede799d14333f9850ce5d183da /scumm/scumm.h
parentceac475714a41766464ffe18a3c538c8c32a18aa (diff)
downloadscummvm-rg350-5f472bdcd031c843dfec78c014fdf97370dc5768.tar.gz
scummvm-rg350-5f472bdcd031c843dfec78c014fdf97370dc5768.tar.bz2
scummvm-rg350-5f472bdcd031c843dfec78c014fdf97370dc5768.zip
cleanup
svn-id: r6263
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 2d24efbc5d..78b3e9c5c2 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -846,7 +846,7 @@ public:
/* Walkbox / Navigation class */
int _maxBoxVertexHeap, _boxPathVertexHeapIndex, _boxMatrixItem;
- byte *_boxMatrixPtr4, *_boxMatrixPtr1, *_boxMatrixPtr3;
+ byte *_boxPathVertexHeap, *_boxMatrixPtr1, *_boxMatrixPtr3;
uint16 _extraBoxFlags[65];