mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 06:31:56 +00:00
apply more var def patches from Jukka Sorjonen <jukka.sorjonen@asikkala.fi>
and add him to AUTHORS/CREDITS
This commit is contained in:
parent
580ac4c8a7
commit
e01129f80a
6 changed files with 11 additions and 4 deletions
4
AUTHORS
4
AUTHORS
|
@ -236,3 +236,7 @@ N: Eric Windisch
|
|||
E: windisch@nni.com
|
||||
D: QW/Q1 tree merging
|
||||
D: GL renderer fixes/optimizations
|
||||
|
||||
N: Jukka Sorjonen
|
||||
E: jukka.sorjonen@asikkala.fi
|
||||
D: win32/Borland support
|
||||
|
|
3
CREDITS
3
CREDITS
|
@ -102,6 +102,9 @@ Win32 support:
|
|||
Marcus Sundberg <mackan@stacken.kth.se>
|
||||
Jason Nelson <jason_nelson@email.msn.com>
|
||||
|
||||
Win32/Borland support:
|
||||
Jukka Sorjonen <jukka.sorjonen@asikkala.fi>
|
||||
|
||||
CD-ROM support/optimizations:
|
||||
Marcus Sundberg <mackan@stacken.kth.se>
|
||||
Loring Holden <lsh@cs.brown.edu>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
static int miplevel;
|
||||
|
||||
float scale_for_mip;
|
||||
int screenwidth;
|
||||
extern int screenwidth;
|
||||
int ubasestep, errorterm, erroradjustup, erroradjustdown;
|
||||
int vstartscan;
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <mathlib.h>
|
||||
#include <sys.h>
|
||||
|
||||
int skytexturenum;
|
||||
extern int skytexturenum;
|
||||
|
||||
#ifndef GL_RGBA4
|
||||
#define GL_RGBA4 0
|
||||
|
|
|
@ -130,7 +130,7 @@ int scr_fullupdate;
|
|||
int clearconsole;
|
||||
int clearnotify;
|
||||
|
||||
int sb_lines;
|
||||
extern int sb_lines;
|
||||
|
||||
viddef_t vid; // global video state
|
||||
|
||||
|
|
|
@ -132,7 +132,7 @@ int scr_fullupdate;
|
|||
int clearconsole;
|
||||
int clearnotify;
|
||||
|
||||
int sb_lines;
|
||||
extern int sb_lines;
|
||||
|
||||
viddef_t vid; // global video state
|
||||
|
||||
|
|
Loading…
Reference in a new issue