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:
authorDaniel Dunbar <daniel@zuster.org>2003-03-24 00:42:31 +0300
committerDaniel Dunbar <daniel@zuster.org>2003-03-24 00:42:31 +0300
commite0cec3d2c46234490c64c22f86bd9a4ed77edb73 (patch)
tree4c5e80ce309905a544df11941419070ff2ab1369 /source/blender/src/cre
parent05afb0639729fa394e533200f5cd951ddefefc0d (diff)
Removed NLA winqread and write runtime obfuscation cruft.
Can we just dump all this silly key stuff please?
Diffstat (limited to 'source/blender/src/cre')
-rw-r--r--source/blender/src/cre/license_key.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/src/cre/license_key.c b/source/blender/src/cre/license_key.c
index a5b4f015499..6b76aef6b95 100644
--- a/source/blender/src/cre/license_key.c
+++ b/source/blender/src/cre/license_key.c
@@ -129,10 +129,8 @@ static void init_ftable(void) // initializes functiontable
int i;
g_functab[0] = &key_func1;
- g_functab[1] = &key_func2;
- g_functab[2] = &key_func3;
- for (i = 3; i < PYKEY_TABLEN; i++)
+ for (i = 1; i < PYKEY_TABLEN; i++)
{
g_functab[i] = &sticky_shoes;
}