Shut up MSVC warning about mgY being an unreferenced local variable.

svn-id: r33561
This commit is contained in:
Kari Salminen 2008-08-03 08:01:11 +00:00
parent 4984a28ca5
commit b76f766888

View File

@ -2750,7 +2750,8 @@ void KyraEngine_HoF::seq_displayScrollText(uint8 *data, const ScreenDim *d, int
}
void KyraEngine_HoF::seq_scrollPage(int bottom, int top) {
int dstY, dstH, srcH, mgY;
int dstY, dstH, srcH;
//int mgY;
static const ScreenDim d = { 0x00, 0x00, 0x28, 0x320, 0xFF, 0xFE, 0x00, 0x00 };