forked from mirror/OpenTTD
(svn r6346) -Codechange: Remove redundant assignment
This commit is contained in:
@@ -460,7 +460,7 @@ static void CurrentScreenCallback(void *userdata, Pixel *buf, uint y, uint pitch
|
||||
// generate a large piece of the world
|
||||
static void LargeWorldCallback(void *userdata, Pixel *buf, uint y, uint pitch, uint n)
|
||||
{
|
||||
ViewPort *vp = (ViewPort *)userdata;
|
||||
const ViewPort* vp = (const ViewPort*)userdata;
|
||||
DrawPixelInfo dpi, *old_dpi;
|
||||
int wx, left;
|
||||
|
||||
|
Reference in New Issue
Block a user