mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-15 04:14:34 +00:00
Fix a number of warnings when compiling with GCC (#1239)
* Silence a number of GCC warnings * Remove * Suggested changes * Format * Fix comment in en_go2
This commit is contained in:
parent
5015af4c57
commit
451b24f79b
71 changed files with 298 additions and 86 deletions
|
@ -574,8 +574,8 @@ void DbCamera_Update(DbCamera* dbCamera, Camera* cam) {
|
|||
VecSph spFC;
|
||||
VecSph spF4;
|
||||
PosRot* temp_s6;
|
||||
Vec3f* eye;
|
||||
Vec3f* at;
|
||||
UNUSED Vec3f* eye;
|
||||
UNUSED Vec3f* at;
|
||||
Vec3f* phi_s0;
|
||||
Vec3f spD8;
|
||||
s32 pad;
|
||||
|
@ -1263,6 +1263,7 @@ void DbCamera_Update(DbCamera* dbCamera, Camera* cam) {
|
|||
DbCamera_Vec3FToS(&spD8, &dbCamera->sub.position[i].pos);
|
||||
}
|
||||
}
|
||||
FALLTHROUGH;
|
||||
case 4:
|
||||
dbCamera->sub.unk_0C = true;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue