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;
This commit is contained in:
2002-12-20 02:52:58 +00:00
parent e49aeb8468
commit 5a9b727079

View File

@@ -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;