mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 07:23:05 +00:00
Shut up MSVC warning about mgY being an unreferenced local variable.
svn-id: r33561
This commit is contained in:
parent
4984a28ca5
commit
b76f766888
@ -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 };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user