[Scummvm-git-logs] scummvm master -> 43fba93f253aaf5caec6620570eb4ef0ece15bc7

bluegr noreply at scummvm.org
Wed Dec 25 15:24:15 UTC 2024


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:
43fba93f25 JANITORIAL: HYPNO: Fix typos


Commit: 43fba93f253aaf5caec6620570eb4ef0ece15bc7
    https://github.com/scummvm/scummvm/commit/43fba93f253aaf5caec6620570eb4ef0ece15bc7
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-12-25T17:24:12+02:00

Commit Message:
JANITORIAL: HYPNO: Fix typos

Changed paths:
    engines/hypno/actions.cpp


diff --git a/engines/hypno/actions.cpp b/engines/hypno/actions.cpp
index ea85243317f..71b235f9bc5 100644
--- a/engines/hypno/actions.cpp
+++ b/engines/hypno/actions.cpp
@@ -146,7 +146,7 @@ void HypnoEngine::runCutscene(Cutscene *a) {
 }
 
 bool HypnoEngine::runGlobal(Global *a) {
-	debugC(1, kHypnoDebugScene, "Runing global with command '%s' and variable '%s'", a->command.c_str(), a->variable.c_str());
+	debugC(1, kHypnoDebugScene, "Running global with command '%s' and variable '%s'", a->command.c_str(), a->variable.c_str());
 	if (a->command == "TURNON")
 		_sceneState[a->variable] = 1;
 	else if (a->command == "TURNOFF")




More information about the Scummvm-git-logs mailing list