Update src/menu.c

Co-authored-by: Fazana <52551480+FazanaJ@users.noreply.github.com>
This commit is contained in:
David Benepe
2022-12-09 11:12:16 -06:00
committed by GitHub
co-authored by Fazana
parent c3e734c42a
commit 5040185ceb
+1 -1
View File
@@ -6535,7 +6535,7 @@ void render_adventure_track_setup(UNUSED s32 arg0, s32 arg1, s32 arg2) {
savedY = y;
for (i = 0; i < 3; i++) {
alpha = (arg1 < 2 && get_map_default_vehicle(sp58) != (Vehicle)i) ? 128 : 255;
alpha = (arg1 < 2 && get_map_default_vehicle(sp58) != (Vehicle) i) ? 128 : 255;
if ((1 << i) & mask) {
if (i == gPlayerSelectVehicle[0]) {
render_textured_rectangle(&sMenuCurrDisplayList, gRaceSelectionImages[i*3+1], 104, y, 255, 255, 255, 255);