mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r6348) -Codechange: Remove redundant assignment
This commit is contained in:
parent
608e9db825
commit
db53a47f70
@ -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…
Reference in New Issue
Block a user