// =======================================
// Olly File Translator 1.0 by ThunderPwr
// 08/06/2005 2.10.55
// Translating file utility
// =======================================
 
#define IMAXINDEXINJ 2// Patch size

// ---------------------------------------------------------------------------------------------------
// Definition about the addresses where to apply the patches.
// ---------------------------------------------------------------------------------------------------
DWORD dwPatchaddrInj[IMAXINDEXINJ] = {  0x0045BFF0, 0x0045BFF1 };
// ---------------------------------------------------------------------------------------------------
// Definition about the patching value
// ---------------------------------------------------------------------------------------------------
int iPatchDataInj[IMAXINDEXINJ] ={  0xEB, 0x6E };
