mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Update src/menu.c
Co-authored-by: Fazana <52551480+FazanaJ@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user