[Scummvm-git-logs] scummvm master -> 567c81905f387630034585e90a41d055d053a46e
sev-
sev at scummvm.org
Fri Jan 31 23:22:52 UTC 2020
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:
567c81905f GRAPHICS: MACGUI: Fix compiler warning
Commit: 567c81905f387630034585e90a41d055d053a46e
https://github.com/scummvm/scummvm/commit/567c81905f387630034585e90a41d055d053a46e
Author: jepael (jepael at users.noreply.github.com)
Date: 2020-02-01T00:22:47+01:00
Commit Message:
GRAPHICS: MACGUI: Fix compiler warning
Changed paths:
graphics/macgui/macwindowmanager.h
diff --git a/graphics/macgui/macwindowmanager.h b/graphics/macgui/macwindowmanager.h
index a91e009..963665d 100644
--- a/graphics/macgui/macwindowmanager.h
+++ b/graphics/macgui/macwindowmanager.h
@@ -259,7 +259,7 @@ private:
MacPatterns _patterns;
byte *_palette;
- int _paletteSize;
+ uint _paletteSize;
MacMenu *_menu;
uint32 _menuDelay;
More information about the Scummvm-git-logs
mailing list