mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-19 15:25:39 +00:00
(svn r6348) -Codechange: Remove redundant assignment
This commit is contained in:
parent
a286726fe9
commit
da30222a91
@ -1177,8 +1177,6 @@ static void ViewportDrawStrings(DrawPixelInfo *dpi, const StringSpriteToDraw *ss
|
|||||||
|
|
||||||
ss = ss->next;
|
ss = ss->next;
|
||||||
} while (ss != NULL);
|
} while (ss != NULL);
|
||||||
|
|
||||||
_cur_dpi = dpi;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ViewportDoDraw(const ViewPort *vp, int left, int top, int right, int bottom)
|
void ViewportDoDraw(const ViewPort *vp, int left, int top, int right, int bottom)
|
||||||
|
Loading…
Reference in New Issue
Block a user