Forgot to fix this comment

This commit is contained in:
Colton G. Rushton 2021-02-12 22:59:34 -04:00 committed by GitHub
parent 536066de67
commit 129dd89639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ void bhv_bowling_ball_roll_loop(void) {
bowling_ball_set_waypoints();
collisionFlags = object_step();
//! Uninitialzed parameter, but the parameter is unused in the called function
//! Uninitialized parameter, but the parameter is unused in the called function
// Fixed in QOL_FIXES
sp18 = cur_obj_follow_path(sp18);