From: Michael H. <mh...@us...> - 2000-10-26 17:09:08
|
Update of /cvsroot/pythianproject/PythianProject/Source/Units In directory slayer.i.sourceforge.net:/tmp/cvs-serv6787/Source/Units Modified Files: Textures.pas glfd.pas Log Message: no message Index: Textures.pas =================================================================== RCS file: /cvsroot/pythianproject/PythianProject/Source/Units/Textures.pas,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** Textures.pas 2000/07/19 18:23:23 1.5 --- Textures.pas 2000/10/26 17:09:06 1.6 *************** *** 138,141 **** --- 138,142 ---- glTexEnvf(GL_TEXTURE_ENV,GL_TEXTURE_ENV_MODE,GL_BLEND); + if FUseAlpha then begin Index: glfd.pas =================================================================== RCS file: /cvsroot/pythianproject/PythianProject/Source/Units/glfd.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** glfd.pas 2000/10/21 12:29:58 1.4 --- glfd.pas 2000/10/26 17:09:06 1.5 *************** *** 1047,1051 **** conx := conWidth; ! if conx >= conWidth then begin conx := 0; --- 1047,1051 ---- conx := conWidth; ! if (conx >= conWidth) then begin conx := 0; |