mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 10:22:48 +01:00
- remove Mini Cars cheat from pause
This commit is contained in:
parent
1822295c31
commit
8159286182
@ -151,11 +151,6 @@ void ToggleSecretCarFun(int direction)
|
||||
FixCarCos(&car_cosmetics[4], 12);
|
||||
}
|
||||
|
||||
void ToggleMiniCars(int direction)
|
||||
{
|
||||
ActiveCheats.cheat13 ^= 1;
|
||||
}
|
||||
|
||||
void ToggleJerichoMode(int direction)
|
||||
{
|
||||
ActiveCheats.cheat12 ^= 1;
|
||||
@ -231,7 +226,6 @@ MENU_HEADER DebugTimeOfDayHeader =
|
||||
MENU_ITEM DebugJustForFunItems[] =
|
||||
{
|
||||
{ "Secret Car Fun", PAUSE_TYPE_FUNC, 2, ToggleSecretCarFun, MENU_QUIT_RESTART, NULL },
|
||||
{ "Mini Cars", PAUSE_TYPE_FUNC, 2, ToggleMiniCars, MENU_QUIT_NONE, NULL },
|
||||
{ "Jericho Mode", PAUSE_TYPE_FUNC, 2, ToggleJerichoMode, MENU_QUIT_NONE, NULL },
|
||||
{ NULL, PAUSE_TYPE_ENDITEMS, 0u, NULL, MENU_QUIT_NONE, NULL }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user