summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorMegaMech <7255464+MegaMech@users.noreply.github.com>2025-05-28 14:18:38 -0600
committerMegaMech <7255464+MegaMech@users.noreply.github.com>2025-05-28 14:18:38 -0600
commit5bf771b58331870a1cc00323a353ec452b4c9ced (patch)
treea697c9390648960ee88ce7b696c91b0ab333bf36 /src/main.c
parentc55781264336269a7086e4be33df2659d70ce061 (diff)
wip interp changeswipinterpchanges
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index c3f6f27d7..960521639 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1264,10 +1264,13 @@ void thread5_game_loop(void) {
read_controllers();
func_800C5CB8();
}
-
+extern size_t gTextMatrixCount;
+extern size_t gTextMatrixCount_wide_right;
void thread5_iteration(void) {
func_800CB2C4();
calculate_delta_time();
+ gTextMatrixCount = 0;
+ gTextMatrixCount_wide_right = 0;
#ifdef TARGET_N64
while (true) {
func_800CB2C4();