(MESS) fixed potentially uninitialized variable when building with MSVC (nw)

This commit is contained in:
smf- 2012-08-27 17:32:58 +00:00
parent ae9d5d3bef
commit 5bebbc7c53

View File

@ -3118,7 +3118,7 @@ READ16_HANDLER(s3_pixel_xfer_r)
WRITE16_HANDLER(s3_pixel_xfer_w)
{
int x,data_size;
int x,data_size = 0;
UINT32 off,xfer = 0;
if(offset == 1)