diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2023-04-19 04:49:36 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-18 14:49:36 -0400 |
| commit | 44b04292cd7fa1b15facb8db18df9d3d2a321969 (patch) | |
| tree | a1429a7fb0a2f43022113d731d9f3d8248f86824 /include | |
| parent | 3dd7a5a3993c5ef49921364a2402baa028461288 (diff) | |
Match `DynaPoly_ExpandSRT` (#1203)
* match DynaPoly_ExpandSRT
* name variables
* oops
Diffstat (limited to 'include')
| -rw-r--r-- | include/variables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/variables.h b/include/variables.h index 90063b774..4ef96eab2 100644 --- a/include/variables.h +++ b/include/variables.h @@ -2259,7 +2259,7 @@ extern char D_801ED950[80]; extern char D_801ED9A0[80]; extern Vec3f D_801ED9F0[3]; extern Vec3f D_801EDA18[3]; -extern MtxF D_801EDA40; +extern MtxF sModelToWorldMtxF; extern Vec3f D_801EDA80[3]; extern char D_801EDAA8[80]; extern char D_801EDAF8[80]; |
