Revision: 33916
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=33916
Author:   moguri
Date:     2010-12-27 22:58:07 +0100 (Mon, 27 Dec 2010)

Log Message:
-----------
stubs update for multitex_ext_safe

Modified Paths:
--------------
    trunk/blender/source/blenderplayer/bad_level_call_stubs/stubs.c

Modified: trunk/blender/source/blenderplayer/bad_level_call_stubs/stubs.c
===================================================================
--- trunk/blender/source/blenderplayer/bad_level_call_stubs/stubs.c     
2010-12-27 20:05:34 UTC (rev 33915)
+++ trunk/blender/source/blenderplayer/bad_level_call_stubs/stubs.c     
2010-12-27 21:58:07 UTC (rev 33916)
@@ -107,6 +107,7 @@
 /* texture.c */
 int multitex_thread(struct Tex *tex, float *texvec, float *dxt, float *dyt, 
int osatex, struct TexResult *texres, short thread, short which_output) {return 
0;}
 int multitex_ext(struct Tex *tex, float *texvec, float *dxt, float *dyt, int 
osatex, struct TexResult *texres){return 0;}
+int multitex_ext_safe(struct Tex *tex, float *texvec, struct TexResult 
*texres){return 0;}
 int multitex_nodes(struct Tex *tex, float *texvec, float *dxt, float *dyt, int 
osatex, struct TexResult *texres, short thread, short which_output, struct 
ShadeInput *shi, struct MTex *mtex) {return 0;}
 
 /* nodes */


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to