5dfaba8ea1
Quake2-LNX project aims to further develop and bug fix original Quake II code released by id Software in 1998, as well as support multiple architectures. It also includes additional rendering drivers, eyecandy stuff from Quake2Max project, and experimental IPv6 support. Submitted by: Alexey Dokuchaev <danfe (at) regency.nsu.ru>
12 lines
310 B
C
12 lines
310 B
C
--- src/ref_candygl/gl_rmisc.c.orig Thu Jun 12 18:05:46 2003
|
|
+++ src/ref_candygl/gl_rmisc.c Thu Jun 12 18:08:56 2003
|
|
@@ -100,9 +100,6 @@
|
|
int x,y;
|
|
byte data[8][8][4];
|
|
|
|
- byte *pic, *palette;
|
|
- int width, height;
|
|
-
|
|
partscale = (float)((int)gl_partscale->value)*0.01;
|
|
if (partscale>1)
|
|
partscale=1;
|