From 19a2195ba2cde329ccb9b9cd303c163b6ad4fe9c Mon Sep 17 00:00:00 2001 From: sluicebox Date: Wed, 25 Sep 2019 21:13:31 -0700 Subject: SCI32: Fix comment typo --- engines/sci/graphics/frameout.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/sci/graphics/frameout.cpp') diff --git a/engines/sci/graphics/frameout.cpp b/engines/sci/graphics/frameout.cpp index e20166b8ee..d299f8ea73 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 changeDirButtons = _segMan->findObjectsByName("changeButton"); -- cgit v1.2.3