mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 17:46:22 +00:00
SCI: Allow lofsa string printing in disasm for all SCI versions
This commit is contained in:
parent
fab43f0f71
commit
9030b09ecc
@ -264,7 +264,7 @@ reg_t disassemble(EngineState *s, reg32_t pos, const Object *obj, bool printBWTa
|
||||
reg_t addr;
|
||||
addr.setSegment(retval.getSegment());
|
||||
addr.setOffset(offset);
|
||||
if (getSciVersion() == SCI_VERSION_3 && !s->_segMan->isObject(addr)) {
|
||||
if (!s->_segMan->isObject(addr)) {
|
||||
debugN("\t\"%s\"", s->_segMan->derefString(addr));
|
||||
} else {
|
||||
debugN("\t%s", s->_segMan->getObjectName(addr));
|
||||
|
Loading…
x
Reference in New Issue
Block a user