diff options
author | Strangerke | 2014-02-19 21:42:02 +0100 |
---|---|---|
committer | Strangerke | 2014-02-19 21:45:23 +0100 |
commit | a675ac09c20caf96ccfec0d314c5032a0cf63d60 (patch) | |
tree | 4e8692f1d395d8b7551fd404d954d08a226da765 | |
parent | 137f62554854905a7a3a72289235bbec71a922bd (diff) | |
download | scummvm-rg350-a675ac09c20caf96ccfec0d314c5032a0cf63d60.tar.gz scummvm-rg350-a675ac09c20caf96ccfec0d314c5032a0cf63d60.tar.bz2 scummvm-rg350-a675ac09c20caf96ccfec0d314c5032a0cf63d60.zip |
SCUMM: Some British to American english
-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]; |