[Scummvm-git-logs] scummvm master -> 4b5bf645010bcb39ba0195f05decf7e6c66d26e9
bluegr
noreply at scummvm.org
Fri Dec 31 17:34:34 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:
4b5bf64501 BURIED: Fix typo
Commit: 4b5bf645010bcb39ba0195f05decf7e6c66d26e9
https://github.com/scummvm/scummvm/commit/4b5bf645010bcb39ba0195f05decf7e6c66d26e9
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2021-12-31T19:34:15+02:00
Commit Message:
BURIED: Fix typo
Changed paths:
engines/buried/frame_window.cpp
diff --git a/engines/buried/frame_window.cpp b/engines/buried/frame_window.cpp
index f3bd72a0ded..86e6b74f449 100644
--- a/engines/buried/frame_window.cpp
+++ b/engines/buried/frame_window.cpp
@@ -268,7 +268,7 @@ bool FrameWindow::showDeathScene(int deathSceneIndex, GlobalFlags &globalFlags,
_vm->removeMouseMessages(this);
- // Pass globalFlags by value to DeathWindowhere, as they will be destroyed
+ // Pass globalFlags by value to DeathWindow here, as they will be destroyed
// together with _mainChildWindow (a GameUIWindow, which contains the scene
// window, which holds the instance of the global flags)
DeathWindow *deathWindow = new DeathWindow(_vm, this, deathSceneIndex, globalFlags, itemArray);
More information about the Scummvm-git-logs
mailing list