mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 13:35:12 +00:00
change "B&R" to "Raspberry" (#33)
placeholder name i forgot to change lol
This commit is contained in:
parent
05232615a6
commit
a50b154bdb
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ void djui_panel_player_create(struct DjuiBase* caller) {
|
|||
"Fortress",
|
||||
"Battlements",
|
||||
"Blueberry Pie",
|
||||
"B&R",
|
||||
"Raspberry",
|
||||
"Bubblegum",
|
||||
};
|
||||
struct DjuiSelectionbox* selectionbox2 = djui_selectionbox_create(&body->base, "Palette", paletteChoices, PALETTE_MAX, &configPlayerPalette);
|
||||
|
|
Loading…
Reference in a new issue