diff options
Diffstat (limited to 'sky')
| -rw-r--r-- | sky/logic.cpp | 2 | ||||
| -rw-r--r-- | sky/music/adlibchannel.cpp | 2 | ||||
| -rw-r--r-- | sky/music/gmchannel.cpp | 2 | ||||
| -rw-r--r-- | sky/text.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sky/logic.cpp b/sky/logic.cpp index d83157204f..4157cbb39b 100644 --- a/sky/logic.cpp +++ b/sky/logic.cpp @@ -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 diff --git a/sky/music/adlibchannel.cpp b/sky/music/adlibchannel.cpp index df789991bd..a206d5f1f9 100644 --- a/sky/music/adlibchannel.cpp +++ b/sky/music/adlibchannel.cpp @@ -161,7 +161,7 @@ uint8 SkyAdlibChannel::process(uint16 aktTime) { break; default: // these opcodes aren't implemented in original music driver - error("SkyChannel: Not existant routine 0x%02X was called",opcode); + error("SkyChannel: Not existent routine 0x%02X was called",opcode); _channelData.channelActive = 0; break; } diff --git a/sky/music/gmchannel.cpp b/sky/music/gmchannel.cpp index 5635f9a20d..950e4404c1 100644 --- a/sky/music/gmchannel.cpp +++ b/sky/music/gmchannel.cpp @@ -115,7 +115,7 @@ uint8 SkyGmChannel::process(uint16 aktTime) { break; default: // these opcodes aren't implemented in original music driver - error("SkyChannel: Not existant routine 0x%02X was called",opcode); + error("SkyChannel: Not existent routine 0x%02X was called",opcode); _channelData.channelActive = 0; break; } diff --git a/sky/text.h b/sky/text.h index d659711a18..ed5bfa6630 100644 --- a/sky/text.h +++ b/sky/text.h @@ -93,7 +93,7 @@ protected: uint32 _dtLineSize; //size of one line in bytes uint8 *_dtData; //address of textdata char *_dtText; //pointer to text - uint32 _dtCharSpacing; //character seperation adjustment + uint32 _dtCharSpacing; //character separation adjustment uint32 _dtWidth; //width of chars in last line (for editing (?)) uint32 _dtLastWidth; bool _dtCentre; //set for centre text |
