Several fixes
name of hook variable in HsfObjectData, staticness of XFB_Geometry, default type of object work, staticness and name of commentTbl are all fixed
This commit is contained in:
parent
a276a37302
commit
58fe346b72
9 changed files with 14 additions and 14 deletions
|
|
@ -179,7 +179,7 @@ static void SetEnvelopMain(HsfData *arg0) {
|
|||
normtop = var_r31->data.file[1];
|
||||
normenv = temp_r28->data;
|
||||
var_r25 = var_r31->data.cenv;
|
||||
for (j = 0; j < var_r31->data.hook; j++, var_r25++) {
|
||||
for (j = 0; j < var_r31->data.cenvCnt; j++, var_r25++) {
|
||||
SetEnvelop(var_r25);
|
||||
}
|
||||
sp10 = temp_r30->data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue