Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2007-10-03 07:50:46 +0400
committerJoshua Leung <aligorith@gmail.com>2007-10-03 07:50:46 +0400
commitba1f2248d0429593d5623dc49d43061ac41d3053 (patch)
tree312e3757d4922ed97270d55f2b2e549726f7443f /source/blender/src/editsima.c
parent5d660bba71138da32d2a73f0b3d736979588fb18 (diff)
Weekly purge of compiler warnings
Diffstat (limited to 'source/blender/src/editsima.c')
-rw-r--r--source/blender/src/editsima.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editsima.c b/source/blender/src/editsima.c
index 3da7a72f249..6cb34c08c0c 100644
--- a/source/blender/src/editsima.c
+++ b/source/blender/src/editsima.c
@@ -623,7 +623,7 @@ void mouse_select_sima(void) /* TODO - SYNCSEL */
MTFace *tf, *nearesttf;
EditFace *nearestefa=NULL;
int a, selectsticky, actface, nearestuv, i;
- char sticky;
+ char sticky= 0;
short flush = 0; /* 0 == dont flush, 1 == sel, -1 == desel; only use when selection sync is enabled */
unsigned int hitv[4], nearestv;
float *hituv[4], limit[2];