mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-13 23:43:34 +00:00
KYRA: (EOB) - fix some typos in comments
This commit is contained in:
parent
1a08072dea
commit
6651b08d31
@ -278,10 +278,10 @@ void Screen_EoB::loadEoBBitmap(const char *file, const uint8 *cgaMapping, int te
|
||||
|
||||
// This check is due to EOB II Amiga German. That version simply checks
|
||||
// for certain file names which aren't actual CPS files. These files use
|
||||
// a diffenrent format and compression type. I check the header size
|
||||
// a different format and compression type. I check the header size
|
||||
// info to identify these.
|
||||
} else if (_vm->gameFlags().platform == Common::kPlatformAmiga) {
|
||||
// Tolerance for diffenrences up to 2 bytes is needed in some cases
|
||||
// Tolerance for size mismatches up to 2 bytes is needed in some cases
|
||||
if ((((s->readUint16LE()) + 5) & ~3) != (((s->size()) + 3) & ~3))
|
||||
loadAlternative = true;
|
||||
}
|
||||
|
@ -662,7 +662,7 @@ void SoundResourceINST::loadSamples(Common::ReadStream *stream, uint32 size) {
|
||||
instr->open();
|
||||
_samplesResource = instr;
|
||||
} else {
|
||||
// This will come up quite often in EOB II. But never with intruments that are actually used. No need to bother the user with a warning here.
|
||||
// This will come up quite often in EOB II. But never with instruments that are actually used. No need to bother the user with a warning here.
|
||||
debugC(9, kDebugLevelSound, "SoundResourceINST::loadInstrument(): Samples resource '%s' not found for '%s'.", data, _name.c_str());
|
||||
_samplesResource = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user