mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-12-12 02:52:56 +00:00
Whoops
This commit is contained in:
parent
6af4e39c25
commit
d8b3edb561
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ u8 djui_get_playerlist_page_index(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool djui_is_chatbox_open(void) {
|
bool djui_is_chatbox_open(void) {
|
||||||
return gDjuiChatBox->base.visible;
|
return gDjuiChatBox->chatInput->base.visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
enum DjuiFontType djui_menu_get_font(void) {
|
enum DjuiFontType djui_menu_get_font(void) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue