mirror of
https://github.com/n64decomp/mk64
synced 2026-06-14 13:44:50 -04:00
Document Vehicles (#641)
* start doc collision * fix merge * finish rename fonction related to vehicle * document around waypoint of vehicle * make some modification * make some change and rename one * copy_ to oldPos * doc smoke ferry and train * some rename * fix some renaming * precise index * rename a funciton * simplify waypoint_vehicles * change some name * change some name * rename move_to_point_direction * fix some conflict * Update code_80005FD0.c * Update code_80005FD0.h --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
+2
-2
@@ -1415,11 +1415,11 @@ UNUSED void func_8008A850(s32 arg0) {
|
||||
}
|
||||
|
||||
UNUSED s32 func_8008A870(Player *player) {
|
||||
return get_section_id(player->collision.meshIndexZX);
|
||||
return get_track_section_id(player->collision.meshIndexZX);
|
||||
}
|
||||
|
||||
s32 func_8008A890(Camera *camera) {
|
||||
return get_section_id(camera->collision.meshIndexZX);
|
||||
return get_track_section_id(camera->collision.meshIndexZX);
|
||||
}
|
||||
|
||||
s32 func_8008A8B0(s16 arg0, s16 arg1) {
|
||||
|
||||
Reference in New Issue
Block a user