[Scummvm-git-logs] scummvm master -> 19a2195ba2cde329ccb9b9cd303c163b6ad4fe9c

sluicebox 22204938+sluicebox at users.noreply.github.com
Thu Sep 26 06:14:52 CEST 2019


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:
19a2195ba2 SCI32: Fix comment typo


Commit: 19a2195ba2cde329ccb9b9cd303c163b6ad4fe9c
    https://github.com/scummvm/scummvm/commit/19a2195ba2cde329ccb9b9cd303c163b6ad4fe9c
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2019-09-25T21:14:30-07:00

Commit Message:
SCI32: Fix comment typo

Changed paths:
    engines/sci/graphics/frameout.cpp


diff --git a/engines/sci/graphics/frameout.cpp b/engines/sci/graphics/frameout.cpp
index e20166b..d299f8e 100644
--- a/engines/sci/graphics/frameout.cpp
+++ b/engines/sci/graphics/frameout.cpp
@@ -269,7 +269,6 @@ void GfxFrameout::kernelDeleteScreenItem(const reg_t object) {
 #pragma mark Planes
 
 void GfxFrameout::kernelAddPlane(const reg_t object) {
-
 	Plane *plane = _planes.findByObject(object);
 	if (plane != nullptr) {
 		plane->update(object);
@@ -286,7 +285,7 @@ void GfxFrameout::kernelAddPlane(const reg_t object) {
 		// kAddPlane is called several times, this detects the second call
 		//  which is for the import character dialog. If changeButton:value
 		//  is non-zero then the dialog is initializing. If the button isn't
-		//  disabled then we havne't displayed the message box yet. There
+		//  disabled then we havent't displayed the message box yet. There
 		//  are multiple changeButtons because the script clones the object.
 		SegManager *segMan = g_sci->getEngineState()->_segMan;
 		Common::Array<reg_t> changeDirButtons = _segMan->findObjectsByName("changeButton");





More information about the Scummvm-git-logs mailing list