mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
Repaired undefined VID_UpdatePlanarScreen.
This commit is contained in:
parent
552bda13be
commit
4a5ba0bcb1
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue