Changeset 574 for Daodan/MSVC/Daodan.c


Ignore:
Timestamp:
Oct 11, 2010, 10:22:59 AM (15 years ago)
Author:
gumby
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/MSVC/Daodan.c

    r573 r574  
    206206       
    207207        // Disable loading the vtuneapi.dll
    208         if (patch_killvtune)
    209                 DDrPatch_Byte  (OniExe + 0x00026340, 0xC3);
     208        //if (patch_killvtune)
     209                //DDrPatch_Byte  (OniExe + 0x00026340, 0xC3);
    210210       
    211211        // Disable Oni's internal CLrGetCommandLine function (to eventually replace it with our own)
     
    235235                DDrPatch_Const(0x0051BB64, regen_patch);
    236236        }
     237        //Flatline related stuff
    237238        DDrPatch_MakeCall(0x004FBCEA, DDrText_Hook);
     239       
    238240        DDrPatch_Int32( 0x004B24D2,     FLrSpawnHack);
     241
    239242        DDrPatch_NOOP(0x004C26CB, 6);
    240243        DDrPatch_MakeCall( 0x004C26CB, FLrHook_DoorOpen);
    241        
     244        DDrPatch_MakeCall( 0x004EE3CF, FLrHook_ConsoleActivate);
    242245        return true;
    243246}
Note: See TracChangeset for help on using the changeset viewer.