cast to stop warning on wince

This commit is contained in:
ehouse 2005-06-27 03:56:09 +00:00
parent c24a8ca79b
commit 74087bd5b7

View file

@ -1080,7 +1080,7 @@ considerScoreWordHasBlanks( EngineCtxt* engine, XP_U16 blanksLeft,
--blanksLeft;
XP_ASSERT( engine->blankValues[blanksLeft] < 128 );
bTile = engine->blankValues[blanksLeft];
bTile = (Tile)engine->blankValues[blanksLeft];
bt = &usedBlanks[usedBlanksCount++];
/* for each letter for which the blank might be standing in... */