follow our coding conventions
svn-id: r8377
This commit is contained in:
parent
55d3168c59
commit
49b9a8fc9d
17 changed files with 89 additions and 89 deletions
|
@ -786,7 +786,7 @@ void Scumm_v8::o8_createBoxMatrix() {
|
|||
|
||||
createBoxMatrix();
|
||||
|
||||
for(i = 1; i < _numActors; i++) {
|
||||
for (i = 1; i < _numActors; i++) {
|
||||
a = &_actors[i];
|
||||
if (a && a->isInCurrentRoom())
|
||||
a->adjustActorPos();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue