mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-18 01:21:39 +00:00
Someone forgot to define some ints...fixed.
This commit is contained in:
parent
77d084e425
commit
59f1871a16
1 changed files with 2 additions and 0 deletions
|
@ -806,6 +806,8 @@ void VID_Shutdown (void)
|
||||||
{
|
{
|
||||||
HGLRC hRC;
|
HGLRC hRC;
|
||||||
HDC hDC;
|
HDC hDC;
|
||||||
|
int i,temp[8192];
|
||||||
|
|
||||||
|
|
||||||
if (vid_initialized)
|
if (vid_initialized)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue