mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 11:54:08 +00:00
menu fixes
This commit is contained in:
parent
0cd2ac7e5e
commit
63fdcf7e64
7 changed files with 73 additions and 60 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "common.h"
|
||||
#include "Frontend.h"
|
||||
#ifdef PC_MENU
|
||||
|
||||
// If you want to add new options, please don't do that here and see CustomFrontendOptionsPopulate in re3.cpp.
|
||||
|
||||
|
@ -445,4 +446,6 @@ CMenuScreen aScreens[] = {
|
|||
MENUACTION_CHANGEMENU, "FEDS_TB", SAVESLOT_NONE, MENUPAGE_NONE,
|
||||
},
|
||||
#endif
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue