[Scummvm-git-logs] scummvm master -> 997694b329a9d8c013f7d4ae2c8ffcfd51e62b17
whiterandrek
whiterandrek at gmail.com
Sun Jul 22 11:51:59 CEST 2018
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:
997694b329 GRAPHICS: MACMENU: added missing field initialization
Commit: 997694b329a9d8c013f7d4ae2c8ffcfd51e62b17
https://github.com/scummvm/scummvm/commit/997694b329a9d8c013f7d4ae2c8ffcfd51e62b17
Author: Andrei Prykhodko (whiterandrek at gmail.com)
Date: 2018-07-22T12:48:15+03:00
Commit Message:
GRAPHICS: MACMENU: added missing field initialization
Changed paths:
graphics/macgui/macmenu.cpp
diff --git a/graphics/macgui/macmenu.cpp b/graphics/macgui/macmenu.cpp
index 51c3377..804590f 100644
--- a/graphics/macgui/macmenu.cpp
+++ b/graphics/macgui/macmenu.cpp
@@ -115,6 +115,7 @@ MacMenu::MacMenu(int id, const Common::Rect &bounds, MacWindowManager *wm)
_activeSubItem = -1;
_ccallback = NULL;
+ _unicodeccallback = NULL;
_cdata = NULL;
_tempSurface.create(_screen.w, _font->getFontHeight(), PixelFormat::createFormatCLUT8());
More information about the Scummvm-git-logs
mailing list