diff options
| author | AloXado320 <38191089+AloXado320@users.noreply.github.com> | 2023-09-17 17:39:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-17 16:39:25 -0600 |
| commit | 3f221d6f252e673aa24c313c46501832c790c716 (patch) | |
| tree | c1484a8a70bef579f51d9a04d999d3a77f41a419 /src/math_util_2.h | |
| parent | 78a7d02b872a793e8dbe637441a80d69b8871526 (diff) | |
Label mtx variables in GfxPool (#424)
Diffstat (limited to 'src/math_util_2.h')
| -rw-r--r-- | src/math_util_2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math_util_2.h b/src/math_util_2.h index d6cdd00aa..0115a048f 100644 --- a/src/math_util_2.h +++ b/src/math_util_2.h @@ -85,6 +85,6 @@ void func_80043104(s32); extern Vec3su D_80165834; extern s8 D_80165840[]; extern s8 D_801658FE; -extern s32 D_8018D120; +extern s32 gMatrixHudCount; #endif // MATH_UTIL_2_H |
