mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 07:07:10 +00:00
SCUMM: Some British to American english
This commit is contained in:
parent
137f625548
commit
a675ac09c2
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user