SCUMM: Some British to American english

This commit is contained in:
Strangerke 2014-02-19 21:42:02 +01:00
parent 137f625548
commit a675ac09c2

View File

@ -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];