spelling fixes

svn-id: r11178
This commit is contained in:
Jonathan Gray 2003-11-07 02:31:44 +00:00
parent f6e1915b77
commit 239aea0ff0
10 changed files with 11 additions and 11 deletions

View file

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