@@ -200,36 +200,6 @@ DEFINE_HOOK(0x67E68A, LoadGame_UnsetFlag, 0x5)
200200 return 0 ;
201201}
202202
203- DEFINE_HOOK (0x48CE6D , MainGame_AfterSpawnerStartGame, 0x6 )
204- {
205- // Please make sure that Ares or Spawner didn't hook or skip anything in these places
206-
207- if (SessionClass::IsMultiplayer ())
208- {
209- // Phobos hooks:
210-
211- // Commands/FrameByFrame.cpp
212- Patch::Apply_RAW (0x55D871 , // Revert MainLoop_FrameStep_End
213- { 0x81 , 0xC4 , 0xB4 , 0x01 , 0x00 , 0x00 });
214- Patch::Apply_RAW (0x55DEC1 , // Revert MainLoop_FrameStep_End
215- { 0x81 , 0xC4 , 0xB4 , 0x01 , 0x00 , 0x00 });
216- Patch::Apply_RAW (0x55DED5 , // Revert MainLoop_FrameStep_End
217- { 0x81 , 0xC4 , 0xB4 , 0x01 , 0x00 , 0x00 });
218-
219- Patch::Apply_RAW (0x55D360 , // Revert MainLoop_FrameStep_Begin
220- { 0xA0 ,0xA0 ,0xE9 ,0xA8 ,0x00 });
221-
222- // Misc/Hooks.Gamespeed.cpp
223- Patch::Apply_RAW (0x55E160 , // Revert SyncDelay_Start
224- { 0x8B , 0x0D , 0x48 , 0x73 , 0x88 , 0x00 });
225- Patch::Apply_RAW (0x55E33B , // Revert SyncDelay_End
226- { 0xA0 ,0x94 ,0xCD ,0xAB ,0x00 });
227-
228- }
229-
230- return 0 ;
231- }
232-
233203#ifndef IS_RELEASE_VER
234204DEFINE_HOOK (0x4F4583 , GScreenClass_DrawText, 0x6 )
235205{
0 commit comments