diff options
| author | Matthew Hoops | 2011-05-25 09:56:31 -0400 |
|---|---|---|
| committer | Matthew Hoops | 2011-05-25 10:50:46 -0400 |
| commit | 1277975c6685d13a05a2e77dc5f5604f3a4620bf (patch) | |
| tree | e17dae335c9250c0637a9655b9e0913e805d5636 /engines/tinsel | |
| parent | 8615cecfe07ee4d76d9620dd96d11c8ce4df5011 (diff) | |
| download | scummvm-rg350-1277975c6685d13a05a2e77dc5f5604f3a4620bf.tar.gz scummvm-rg350-1277975c6685d13a05a2e77dc5f5604f3a4620bf.tar.bz2 scummvm-rg350-1277975c6685d13a05a2e77dc5f5604f3a4620bf.zip | |
ALL: neighbour -> neighbor
Diffstat (limited to 'engines/tinsel')
| -rw-r--r-- | engines/tinsel/move.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/move.cpp b/engines/tinsel/move.cpp index d6b96fee7b..e20f28d528 100644 --- a/engines/tinsel/move.cpp +++ b/engines/tinsel/move.cpp @@ -578,7 +578,7 @@ static void SetMoverUltDest(PMOVER pActor, int x, int y) { * Set intermediate destination. * * If in final destination path, go straight to target. - * If in a neighbouring path to the final destination, if the target path + * If in a neighboring path to the final destination, if the target path * is a follow nodes path, head for the end node, otherwise head straight * for the target. * Otherwise, head towards the pseudo-center or end node of the first |
