rename PSVEC to VEC
This is the correct name for the Vec functions for Dolphin. This also applies to PSMTX...
This commit is contained in:
parent
64413586b9
commit
afa9c0a4b5
82 changed files with 968 additions and 968 deletions
|
|
@ -476,7 +476,7 @@ void fn_1_1FC4(Vec *arg0, float *arg1, s32 arg2, s32 arg3)
|
|||
var_r30 = 1;
|
||||
}
|
||||
}
|
||||
PSVECAdd((Vec *)&arg0, &sp18, (Vec *)&arg0);
|
||||
VECAdd((Vec *)&arg0, &sp18, (Vec *)&arg0);
|
||||
}
|
||||
|
||||
typedef struct data_1340_sub_struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue