mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
SCI: Fix crash in seginfo debug command.
svn-id: r40951
This commit is contained in:
@@ -486,6 +486,7 @@ static bool _c_single_seg_info(EngineState *s, int nr) {
|
||||
i, ht->_table[i].size, ht->_table[i].mem, ht->_table[i].type);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case MEM_OBJ_DYNMEM: {
|
||||
sciprintf("dynmem (%s): %d bytes\n",
|
||||
|
||||
Reference in New Issue
Block a user