Ignore:
Timestamp:
Jun 2, 2013, 1:58:39 PM (11 years ago)
Author:
alloc
Message:

Daodan: Flatline fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/patches/Patches.c

    r877 r878  
    226226}
    227227
    228 // Adds new BSL functions if usedaodanbsl is enabled
     228// Adds new BSL functions
    229229void DD_Patch_DaodanInit()
    230230{
     
    249249        DDrPatch_NOOP((char*)(OniExe + 0x000E1957), 6 );
    250250        DDrPatch_MakeCall((void*)(OniExe + 0x000E17F6), FLrHook_Lasers );
    251 
    252251       
    253252        //Flatline related stuff
    254253        DDrPatch_MakeCall((void*)(OniExe + 0x000FBCEA), DDrText_Hook);
    255254       
    256         DDrPatch_Int32((int*)(OniExe + 0x000B24D2), FLrSpawnHack);
     255        DDrPatch_Int32((int*)(OniExe + 0x000B24D2), (unsigned int)FLrSpawnHack);
    257256
    258257        DDrPatch_NOOP((char*)(OniExe + 0x000C26CB), 6);
Note: See TracChangeset for help on using the changeset viewer.