summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
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();