ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MSVC/Daodan.c
(Generate patch)

Comparing Daodan/MSVC/Daodan.c (file contents):
Revision 572 by gumby, Sun Aug 29 19:13:47 2010 UTC vs.
Revision 573 by gumby, Thu Sep 9 09:27:04 2010 UTC

# Line 9 | Line 9
9   #include "Daodan_BSL.h"
10   #include "Daodan_Console.h"
11  
12 + #include "Flatline_BSL.h"
13 + #include "Flatline_Hooks.h"
14   #include "Daodan_WindowHack.h"
15  
16   #include "Oni.h"
# Line 232 | Line 234 | bool DDrPatch_Init()
234                  };      
235                  DDrPatch_Const(0x0051BB64, regen_patch);
236          }
237 <
238 <
237 >        DDrPatch_MakeCall(0x004FBCEA, DDrText_Hook);
238 >        DDrPatch_Int32( 0x004B24D2,     FLrSpawnHack);
239 >        DDrPatch_NOOP(0x004C26CB, 6);
240 >        DDrPatch_MakeCall( 0x004C26CB, FLrHook_DoorOpen);
241 >        
242          return true;
243   }
244  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)