Difference for src/api.c from version 1.128 to 1.129

version 1.128version 1.129
Line 2
Line 2
  * api.c - This file contains all of the API calls that are defined for  * api.c - This file contains all of the API calls that are defined for
  *         external driver code to use.    *         external driver code to use.  
  *   * 
  *  $Id: api.c,v 1.128 2004/02/02 22:58:03 johns Exp $  *  $Id: api.c,v 1.129 2004/02/03 03:38:22 johns Exp $
  */  */
  
 #include "machine.h" #include "machine.h"
Line 472
Line 472
    tex->opacity = apitex->opacity;    tex->opacity = apitex->opacity;
        tex->col = apitex->col;         tex->col = apitex->col; 
  
   tex->islight = 0;   tex->flags = RT_TEXTURE_SHADOWCAST;
   tex->shadowcast = 1; 
   tex->phong = 0.0;   tex->phong = 0.0;
   tex->phongexp = 0.0;   tex->phongexp = 0.0;
   tex->phongtype = 0;   tex->phongtype = 0;


Legend:
Removed in v.1.128 
changed lines
 Added in v.1.129



Made by johns using version 1.65 of cvs2html