mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-21 19:32:30 +00:00
drawing the disk doesn't work :) fixes segfault in -svga
This commit is contained in:
parent
7f8f613d4a
commit
6859b85f30
1 changed files with 1 additions and 2 deletions
|
@ -977,8 +977,7 @@ Call before beginning any disc IO.
|
|||
*/
|
||||
void Draw_BeginDisc (void)
|
||||
{
|
||||
|
||||
D_BeginDirectRect (vid.width - 24, 0, draw_disc->data, 24, 24);
|
||||
// D_BeginDirectRect (vid.width - 24, 0, draw_disc->data, 24, 24);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue