Skip to content

Commit 5311572

Browse files
authored
OnlineCTR 1021.2 (#220)
* disable the europe server * Disable test file
1 parent 67fe147 commit 5311572

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

decompile/General/AltMods/OnlineCTR/menu.c

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,17 @@ void NewPage_ServerCountry()
9494
}
9595

9696
#ifdef ONLINE_BETA_MODE
97+
//disable everything except beta and private
9798
for(i = 0; i < 6; i++)
99+
menuRows[i].stringIndex |= 0x8000;
98100
#else
101+
//disable beta
99102
i = 6;
103+
menuRows[i].stringIndex |= 0x8000;
100104
#endif
101-
102-
menuRows[i].stringIndex |= 0x8000;
105+
//disable europe for the time being
106+
i = 0;
107+
menuRows[i].stringIndex |= 0x8000;
103108
}
104109

105110
void MenuWrites_ServerCountry()

decompile/buildList.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ common, exe, VehPhysGeneral_JumpGetVelY, 0x0, General/Vehicle/VehPhys
13481348

13491349

13501350
//common, exe, VehPhysGeneral_JumpAndFriction, 0x0, General/Vehicle/VehPhysGeneral_4_JumpAndFriction.c
1351-
common, exe, VehPhysGeneral_JumpAndFriction, 0x0, General/Vehicle/TEST_VehPhysGeneral_JumpAndFriction.c
1351+
//common, exe, VehPhysGeneral_JumpAndFriction, 0x0, General/Vehicle/TEST_VehPhysGeneral_JumpAndFriction.c
13521352

13531353
common, exe, VehPhysGeneral_SetHeldItem, 0x0, General/Vehicle/VehPhysGeneral_5_SetHeldItem.c
13541354
//common, exe, VehPhysGeneral_GetBaseSpeed, 0x0, General/Vehicle/VehPhysGeneral_6_GetBaseSpeed.c

0 commit comments

Comments
 (0)