[Scummvm-git-logs] scummvm master -> ed8da34fffb09d84201211c9c3064f58be48de25

sev- noreply at scummvm.org
Thu Oct 26 01:55:19 UTC 2023


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:
ed8da34fff GRAPHICS: MACGUI: Remove leftover variable


Commit: ed8da34fffb09d84201211c9c3064f58be48de25
    https://github.com/scummvm/scummvm/commit/ed8da34fffb09d84201211c9c3064f58be48de25
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-10-26T03:54:56+02:00

Commit Message:
GRAPHICS: MACGUI: Remove leftover variable

Changed paths:
    graphics/macgui/mactext-canvas.h


diff --git a/graphics/macgui/mactext-canvas.h b/graphics/macgui/mactext-canvas.h
index 898e18a6715..21e0541ea74 100644
--- a/graphics/macgui/mactext-canvas.h
+++ b/graphics/macgui/mactext-canvas.h
@@ -38,7 +38,6 @@ struct MacFontRun {
 	uint16 palinfo2;
 	uint16 palinfo3;
 	uint32 fgcolor;
-	bool wordContinuation = false; // FIXME: Removing this leads to illegal memory access
 	const Font *font;
 	MacWindowManager *wm;
 	Common::String link;  // Substitute to return when hover or click




More information about the Scummvm-git-logs mailing list