From 5a9b727079d7f89f306ed312d209a812609141cd Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 20 Dec 2002 02:52:58 +0000 Subject: [PATCH] Ok last change for the night :) Time to go watch er. Note this was already done with face_old, img_old was probably just overlooked. (If you guys didn't notice I was sick for a couple of days but I'm back now as you can tell) Kent -- mein@cs.umn.edu Index: editface.c =================================================================== RCS file: /cvs01/blender/source/blender/src/editface.c,v retrieving revision 1.3 diff -u -r1.3 editface.c --- editface.c 2002/11/25 12:02:05 1.3 +++ editface.c 2002/12/20 02:50:55 @@ -1202,7 +1202,7 @@ TFace *face, *face_old = 0; short xy[2], xy_old[2]; //int a, index; - Image *img, *img_old; + Image *img, *img_old = 0; --- source/blender/src/editface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/src/editface.c b/source/blender/src/editface.c index 7a8dcb11839..2749f96036c 100644 --- a/source/blender/src/editface.c +++ b/source/blender/src/editface.c @@ -1202,7 +1202,7 @@ void face_draw() TFace *face, *face_old = 0; short xy[2], xy_old[2]; //int a, index; - Image *img, *img_old; + Image *img, *img_old = 0; IMG_BrushPtr brush; IMG_CanvasPtr canvas = 0; int rowBytes;