(svn r6347) Undo

This commit is contained in:
tron
2006-09-02 20:34:33 +00:00
parent 5f7d99fb6d
commit a286726fe9
4 changed files with 5 additions and 69 deletions

View File

@@ -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)
{
const ViewPort* vp = (const ViewPort*)userdata;
ViewPort *vp = (ViewPort *)userdata;
DrawPixelInfo dpi, *old_dpi;
int wx, left;