[Scummvm-git-logs] scummvm master -> 686c8dcaad5feba0beb2eef7c275b77532b0a6e1

sluicebox 22204938+sluicebox at users.noreply.github.com
Mon Nov 8 02:17:45 UTC 2021


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

Summary:
686c8dcaad SCI: Update help documentation for the new stack alias named: "st"


Commit: 686c8dcaad5feba0beb2eef7c275b77532b0a6e1
    https://github.com/scummvm/scummvm/commit/686c8dcaad5feba0beb2eef7c275b77532b0a6e1
Author: Ralph Caraveo III (deckarep at gmail.com)
Date: 2021-11-07T20:17:42-06:00

Commit Message:
SCI: Update help documentation for the new stack alias named: "st"

Nit: I forgot to also update the help context for this new alias.

Changed paths:
    engines/sci/console.cpp


diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp
index 0bb189bd53..50f11c3745 100644
--- a/engines/sci/console.cpp
+++ b/engines/sci/console.cpp
@@ -439,7 +439,7 @@ bool Console::cmdHelp(int argc, const char **argv) {
 	debugPrintf(" script_said - Shows all said - strings inside a specified script\n");
 	debugPrintf(" vm_varlist / vmvarlist / vl - Shows the addresses of variables in the VM\n");
 	debugPrintf(" vm_vars / vmvars / vv - Displays or changes variables in the VM\n");
-	debugPrintf(" stack - Lists the specified number of stack elements\n");
+	debugPrintf(" stack / st - Lists the specified number of stack elements\n");
 	debugPrintf(" value_type - Determines the type of a value\n");
 	debugPrintf(" view_listnode - Examines the list node at the given address\n");
 	debugPrintf(" view_reference / vr - Examines an arbitrary reference\n");




More information about the Scummvm-git-logs mailing list