[Scummvm-cvs-logs] scummvm master -> d54df324836bfdc2dac2e5a5b81682076d8e75bb
somaen
einarjohan at somadalen.com
Sun Dec 2 08:39:15 CET 2012
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:
d54df32483 WINTERMUTE: Fix a warning from buildbot.
Commit: d54df324836bfdc2dac2e5a5b81682076d8e75bb
https://github.com/scummvm/scummvm/commit/d54df324836bfdc2dac2e5a5b81682076d8e75bb
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2012-12-01T23:38:20-08:00
Commit Message:
WINTERMUTE: Fix a warning from buildbot.
Changed paths:
engines/wintermute/base/font/base_font_truetype.cpp
diff --git a/engines/wintermute/base/font/base_font_truetype.cpp b/engines/wintermute/base/font/base_font_truetype.cpp
index 85844b5..4750608 100644
--- a/engines/wintermute/base/font/base_font_truetype.cpp
+++ b/engines/wintermute/base/font/base_font_truetype.cpp
@@ -173,7 +173,7 @@ void BaseFontTT::drawText(const byte *text, int x, int y, int width, TTextAlign
BaseRenderer *renderer = _gameRef->_renderer;
// find cached surface, if exists
- int minUseTime = INT_MAX;
+ uint32 minUseTime = UINT_MAX;
int minIndex = -1;
BaseSurface *surface = NULL;
int textOffset = 0;
More information about the Scummvm-git-logs
mailing list