mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 10:19:27 +00:00
Removed a now obsolete FIXME (spotted by Fingolfin)
svn-id: r49932
This commit is contained in:
parent
36d92b4566
commit
4e7b98db0c
@ -535,9 +535,6 @@ Node *SegManager::lookupNode(reg_t addr) {
|
||||
return NULL; // Non-error null
|
||||
|
||||
if (getSegmentType(addr.segment) != SEG_TYPE_NODES) {
|
||||
// FIXME: This occurs right at the beginning of SQ4, when walking north from the first screen. It doesn't
|
||||
// seem to have any apparent ill-effects, though, so it's been changed to non-fatal, for now
|
||||
//error("%s, L%d: Attempt to use non-node %04x:%04x as list node", __FILE__, __LINE__, PRINT_REG(addr));
|
||||
warning("Attempt to use non-node %04x:%04x as list node", PRINT_REG(addr));
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user