mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
Fixed warnings.
svn-id: r35859
This commit is contained in:
parent
59d41b30ff
commit
b0fb307978
@ -65,9 +65,9 @@ void PmvPlayer::play(const char *filename) {
|
||||
int unk;
|
||||
_fd->skip(4); // always 0?
|
||||
unk = _fd->readByte();
|
||||
debug(2, "%i");
|
||||
debug(2, "%i", unk);
|
||||
unk = _fd->readByte();
|
||||
debug(2, "%i");
|
||||
debug(2, "%i", unk);
|
||||
_fd->skip(4); // always 0?
|
||||
|
||||
uint soundFreq = _fd->readUint16LE();
|
||||
|
Loading…
x
Reference in New Issue
Block a user