mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-25 13:32:01 +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;
|
||||
HDC hDC;
|
||||
int i,temp[8192];
|
||||
|
||||
|
||||
if (vid_initialized)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue