(svn r6348) -Codechange: Remove redundant assignment

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
tron 18 years ago
parent a286726fe9
commit da30222a91

@ -1177,8 +1177,6 @@ static void ViewportDrawStrings(DrawPixelInfo *dpi, const StringSpriteToDraw *ss
ss = ss->next;
} while (ss != NULL);
_cur_dpi = dpi;
}
void ViewportDoDraw(const ViewPort *vp, int left, int top, int right, int bottom)

Loading…
Cancel
Save