Initialize this variable in QOL_FIXES

This commit is contained in:
Colton G. Rushton 2021-02-12 22:38:32 -04:00 committed by GitHub
parent d0471c5743
commit 17ddd26075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -78,7 +78,11 @@ void bowling_ball_set_waypoints(void) {
void bhv_bowling_ball_roll_loop(void) {
s16 collisionFlags;
#ifndef QOL_FIXES
s32 sp18;
#else
s32 sp18 = 0;
#endif
bowling_ball_set_waypoints();
collisionFlags = object_step();