mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
Fix indentation
This commit is contained in:
parent
4123cf50f9
commit
0f5494d8a3
1 changed files with 5 additions and 5 deletions
|
@ -119,11 +119,11 @@ void djui_panel_player_create(struct DjuiBase* caller) {
|
|||
"Fire Waluigi",
|
||||
"Fire Wario",
|
||||
"Busy Bee",
|
||||
"Fortress",
|
||||
"Battlements",
|
||||
"Blueberry Pie",
|
||||
"B&R",
|
||||
"Bubblegum",
|
||||
"Fortress",
|
||||
"Battlements",
|
||||
"Blueberry Pie",
|
||||
"B&R",
|
||||
"Bubblegum",
|
||||
};
|
||||
struct DjuiSelectionbox* selectionbox2 = djui_selectionbox_create(&body->base, "Palette", paletteChoices, PALETTE_MAX, &configPlayerPalette);
|
||||
djui_base_set_size_type(&selectionbox2->base, DJUI_SVT_RELATIVE, DJUI_SVT_ABSOLUTE);
|
||||
|
|
Loading…
Reference in a new issue