mirror of
https://github.com/zeldaret/oot
synced 2026-06-19 15:59:56 -04:00
Fix some more GCC warnings, mark some bugs based on GCC warnings (#2309)
* Fix some more GCC warnings, mark some bugs based on GCC warnings * Weird formatting * Suggested changes * More weird indentation I guess * UNREACHABLE() macro, add missing NORETURNs to fault_n64.c * AVOID_UB for PAL path in z_file_nameset.c * Remove comments about return types * Remove temp no longer needed
This commit is contained in:
+1
-1
@@ -201,7 +201,7 @@ void View_SetDistortionScale(View* view, f32 scaleX, f32 scaleY, f32 scaleZ) {
|
||||
view->distortionScale.z = scaleZ;
|
||||
}
|
||||
|
||||
s32 View_SetDistortionSpeed(View* view, f32 speed) {
|
||||
BAD_RETURN(s32) View_SetDistortionSpeed(View* view, f32 speed) {
|
||||
view->distortionSpeed = speed;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user