Work around MSVC2008/2010 daftness -nw-

(warning C4701: potentially uninitialized local variable 'h_over_sz3' used)
This commit is contained in:
Phil Bennett 2013-05-16 23:20:09 +00:00
parent 526e65a196
commit db986999bd

View File

@ -465,7 +465,7 @@ int gte::docop2( UINT32 pc, int gteop )
int lm;
int cv;
int mx;
INT32 h_over_sz3;
INT32 h_over_sz3 = 0;
lm = GTE_LM( gteop );
m_sf = GTE_SF( gteop );