mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 13:13:58 +00:00
PINK: Fix warning
This commit is contained in:
parent
6c8686676f
commit
21be7be0d2
@ -100,7 +100,7 @@ Common::Error PinkEngine::init() {
|
||||
if (!_bro->open(broName))
|
||||
return Common::kNoGameDataFoundError;
|
||||
if (_orb.getTimestamp() != _bro->getTimestamp()) {
|
||||
warning("ORB and BRO timestamp mismatch. %lx != %lx", _orb.getTimestamp(), _bro->getTimestamp());
|
||||
warning("ORB and BRO timestamp mismatch. %x != %x", _orb.getTimestamp(), _bro->getTimestamp());
|
||||
return Common::kNoGameDataFoundError;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user