Repaired undefined VID_UpdatePlanarScreen.

This commit is contained in:
Jeff Teunissen 1999-12-29 04:58:08 +00:00
parent 552bda13be
commit 4a5ba0bcb1

View file

@ -102,8 +102,6 @@ static byte backingbuf[48*24];
int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar;
byte *VGA_pagebase;
void VGA_UpdatePlanarScreen (void *srcbuffer);
void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height)
{
int i, j, k, plane, reps, repshift, offset, vidpage, off;