From 39455d536b6438498c7a654564224754c9dc92d0 Mon Sep 17 00:00:00 2001 From: Catherine Reprobate Date: Sun, 15 Oct 2023 12:14:49 -0700 Subject: [PATCH] oops --- src/game/bondmove.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/bondmove.c b/src/game/bondmove.c index 3bb44b680..a644ee0d9 100644 --- a/src/game/bondmove.c +++ b/src/game/bondmove.c @@ -441,7 +441,7 @@ f32 bmoveCalculateLookahead(void) f32 angles[5]; bool populated[5]; s32 numpopulated = 0; - u32 flags = 0; + u16 flags = 0; u32 stack3; struct coord sp100; u32 stack;