mirror of
https://github.com/R2Northstar/NorthstarMods
synced 2026-08-25 12:29:17 -04:00
Remove Data Centers button from Main Menu (#909)
as Northstar does not make use of it anyway
This commit is contained in:
parent
3a823af3a8
commit
5b67e5e1e1
1 changed files with 2 additions and 0 deletions
|
|
@ -53,7 +53,9 @@ void function InitMainMenu()
|
|||
AddMenuFooterOption( menu, BUTTON_A, "#A_BUTTON_SELECT", "" )
|
||||
#endif // PC_PROG
|
||||
|
||||
#if VANILLA
|
||||
AddMenuFooterOption( menu, BUTTON_X, "#X_BUTTON_INBOX_ACCEPT", "#INBOX_ACCEPT", OpenDataCenterDialog, IsDataCenterFooterValid, UpdateDataCenterFooter )
|
||||
#endif
|
||||
|
||||
#if DEV
|
||||
if ( DevStartPoints() )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue