Changeset 574 for Daodan/MSVC/Daodan.c
- Timestamp:
- Oct 11, 2010, 10:22:59 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/MSVC/Daodan.c
r573 r574 206 206 207 207 // 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); 210 210 211 211 // Disable Oni's internal CLrGetCommandLine function (to eventually replace it with our own) … … 235 235 DDrPatch_Const(0x0051BB64, regen_patch); 236 236 } 237 //Flatline related stuff 237 238 DDrPatch_MakeCall(0x004FBCEA, DDrText_Hook); 239 238 240 DDrPatch_Int32( 0x004B24D2, FLrSpawnHack); 241 239 242 DDrPatch_NOOP(0x004C26CB, 6); 240 243 DDrPatch_MakeCall( 0x004C26CB, FLrHook_DoorOpen); 241 244 DDrPatch_MakeCall( 0x004EE3CF, FLrHook_ConsoleActivate); 242 245 return true; 243 246 }
Note:
See TracChangeset
for help on using the changeset viewer.