spelling fixes
svn-id: r11178
This commit is contained in:
parent
f6e1915b77
commit
239aea0ff0
10 changed files with 11 additions and 11 deletions
|
@ -687,7 +687,7 @@ bool SkyLogic::collide(Compact *cpt) {
|
|||
uint16 x = cpt->xcood & 0xfff8;
|
||||
uint16 y = cpt->ycood & 0xfff8;
|
||||
|
||||
// The collision is direction dependant
|
||||
// The collision is direction dependent
|
||||
switch (_compact->extCompact->dir) {
|
||||
case 0: // looking up
|
||||
x -= m1->colOffset; // compensate for inner x offsets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue