diff options
-rw-r--r-- | engines/scumm/he/logic/soccer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/logic/soccer.cpp b/engines/scumm/he/logic/soccer.cpp index a0eaf2e3c6..0efe482b5a 100644 --- a/engines/scumm/he/logic/soccer.cpp +++ b/engines/scumm/he/logic/soccer.cpp @@ -566,7 +566,7 @@ int LogicHEsoccer::addCollisionTreeChild(int depth, int index, int parent) { } int LogicHEsoccer::op_1013(int32 a1, int32 a2, int32 a3) { - // Initialises _collisionTree, a tree used for collision detection. + // Initializes _collisionTree, a tree used for collision detection. // It is used by op_1014 to work out which objects to check. _collisionTree = new uint32[585 * 11]; |