mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
DIRECTOR: Fix copy/paste error
This commit is contained in:
parent
3b543d06ff
commit
4a748a1791
@ -371,7 +371,7 @@ bool Debugger::cmdDisasm(int argc, const char **argv) {
|
||||
if (sharedCast && sharedCast->_lingoArchive) {
|
||||
for (int i = 0; i <= kMaxScriptType; i++) {
|
||||
debugPrintf(" %s:\n", scriptType2str((ScriptType)i));
|
||||
if (cast->_lingoArchive->scriptContexts[i].size() == 0)
|
||||
if (sharedCast->_lingoArchive->scriptContexts[i].size() == 0)
|
||||
debugPrintf(" [empty]\n");
|
||||
|
||||
for (auto &it : sharedCast->_lingoArchive->scriptContexts[i]) {
|
||||
|
Loading…
Reference in New Issue
Block a user