Oh there is another windowDraw gcc bitches about the possibility to have

it unitialized.
This commit is contained in:
riccardom 2009-08-04 18:10:23 +00:00
parent 8bef7cfa68
commit fc8b2dbfc2
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ FORCEINLINE FASTCALL void GPU::_master_setFinal3dColor(int dstX, int srcX)
if(WINDOW) if(WINDOW)
{ {
bool windowDraw; bool windowDraw = false;
renderline_checkWindows(dstX, windowDraw, windowEffect); renderline_checkWindows(dstX, windowDraw, windowEffect);
//we never have anything more to do if the window rejected us //we never have anything more to do if the window rejected us