Q3map2:
code fixes Radiant: binds... * m1x2 on clipper point = do clip menus... * misc->colors->opengl font selector misc... * calculate farplane from g_MaxWorldCoord, g_MinWorldCoord (was const 32768) * 1.0f nearplane * numerous code fixes
This commit is contained in:
@@ -138,7 +138,6 @@ static const byte quakepalette[768] =
|
||||
Image* LoadMIPBuff( byte* buffer ){
|
||||
byte *buf_p;
|
||||
int palettelength;
|
||||
unsigned long mipdatasize;
|
||||
int columns, rows, numPixels;
|
||||
byte *pixbuf;
|
||||
int i;
|
||||
@@ -158,7 +157,7 @@ Image* LoadMIPBuff( byte* buffer ){
|
||||
return 0;
|
||||
}
|
||||
|
||||
mipdatasize = GET_MIP_DATA_SIZE( columns, rows );
|
||||
//unsigned long mipdatasize = GET_MIP_DATA_SIZE( columns, rows );
|
||||
|
||||
palettelength = vfsLoadFile( "gfx/palette.lmp", (void **) &loadedpalette );
|
||||
if ( palettelength == 768 ) {
|
||||
|
||||
Reference in New Issue
Block a user