mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +00:00
Make player panel not center
This commit is contained in:
parent
8401530f41
commit
6b9888162f
1 changed files with 3 additions and 1 deletions
|
@ -55,7 +55,9 @@ struct DjuiThreePanel* djui_panel_menu_create(char* headerText) {
|
|||
strcmp(headerText, DLANG(HOST_MODS, ROMHACKS)) &&
|
||||
strcmp(headerText, DLANG(LOBBIES, PUBLIC_LOBBIES)) &&
|
||||
strcmp(headerText, DLANG(LOBBIES, PRIVATE_LOBBIES)) &&
|
||||
strcmp(headerText, DLANG(JOIN_MESSAGE, JOINING));
|
||||
strcmp(headerText, DLANG(JOIN_MESSAGE, JOINING)) &&
|
||||
strcmp(headerText, DLANG(PLAYER, PLAYER_TITLE)) &&
|
||||
strcmp(headerText, DLANG(PLAYER, PALETTE));
|
||||
f32 widthMultiplier = center ? DJUI_THEME_CENTERED_WIDTH : 1.0f;
|
||||
f32 heightMultiplier = center ? DJUI_THEME_CENTERED_HEIGHT : 1.0f;
|
||||
|
||||
|
|
Loading…
Reference in a new issue