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>2008-03-05 06:59:44 +0300
committerJoshua Leung <aligorith@gmail.com>2008-03-05 06:59:44 +0300
commitdb85f0f39a38366ba55df5a27906bff8e87395d7 (patch)
treef5971178d4023580c9b43e65562230514cdcedd1 /source/creator
parentf588900909ba84efe17126ad5d6574cfe397d59e (diff)
* Patch by Leandro Inocencio (cesio) to redraw Action Editor after hiding/unhiding bones
* Fixes for compiler warnings
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 8562fc3d7d4..a23a59ccba0 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -245,7 +245,7 @@ extern void winlay_get_screensize(int *width_r, int *height_r);
int main(int argc, char **argv)
{
- int a, i, stax, stay, sizx, sizy;
+ int a, i, stax=0, stay=0, sizx, sizy;
SYS_SystemHandle syshandle;
Scene *sce;