blender/source
Kent Mein 5a9b727079 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;
2002-12-20 02:52:58 +00:00
..
blender Ok last change for the night :) 2002-12-20 02:52:58 +00:00
creator sgefants patch to remove the License Key stuff. 2002-12-06 19:48:37 +00:00
darwin I moved source/darwin/blenderpublisher.app to source/darwin/blender.app 2002-12-03 10:02:40 +00:00
gameengine Had to make the patch for casting a little more complicated. 2002-12-03 15:52:47 +00:00
icons Converted icon files to binary files (cvs admin -kb) and restored them. 2002-11-11 20:57:09 +00:00
kernel Last of the config.h mods... 2002-11-25 15:29:57 +00:00
BL-license.txt Initial revision 2002-10-12 11:37:38 +00:00
GPL-license.txt Initial revision 2002-10-12 11:37:38 +00:00
Makefile Used NAN_ODE to point to the ode lib location. 2002-12-19 21:14:18 +00:00
nan_compile.mk Added the the magic compiler flag that will turn on game-engine integration with Blender. The line is commented by default as was discussed on the list. 2002-12-19 22:06:32 +00:00
nan_definitions.mk Overrided NAN_ODE in OSX to point to the precompiled ode lib in the lib tree. 2002-12-19 21:12:58 +00:00
nan_link.mk First checkin of core ODE functionality. See OdePhysicsController.cpp for a todo list. 2002-10-18 14:36:34 +00:00
nan_subdirs.mk Initial revision 2002-10-12 11:37:38 +00:00
nan_warn.mk Initial revision 2002-10-12 11:37:38 +00:00