[Scummvm-git-logs] scummvm master -> 24333c4deee3b5ce1cc86dee4ccad621e07a0c46

sev- noreply at scummvm.org
Sat Jul 25 11:31:36 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
24333c4dee DIRECTOR: Fix warning


Commit: 24333c4deee3b5ce1cc86dee4ccad621e07a0c46
    https://github.com/scummvm/scummvm/commit/24333c4deee3b5ce1cc86dee4ccad621e07a0c46
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-07-25T13:31:20+02:00

Commit Message:
DIRECTOR: Fix warning

Changed paths:
    engines/director/debugger.cpp


diff --git a/engines/director/debugger.cpp b/engines/director/debugger.cpp
index 159ea2c7a54..8a76d29461f 100644
--- a/engines/director/debugger.cpp
+++ b/engines/director/debugger.cpp
@@ -611,7 +611,6 @@ bool Debugger::cmdDisasm(int argc, const char **argv) {
 
 	if (argc == 2) {
 		if (!strcmp(argv[1], "all")) {
-			Movie *movie = g_director->getCurrentMovie();
 			Score *score = movie->getScore();
 			ScriptContext *csc = lingo->_state->context;
 			if (csc) {




More information about the Scummvm-git-logs mailing list