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

Comparing Daodan/Daodan.c (file contents):
Revision 269 by rossy, Tue Mar 17 08:53:33 2009 UTC vs.
Revision 270 by rossy, Tue Mar 17 08:58:30 2009 UTC

# Line 48 | Line 48 | bool DDrPatch_Init()
48          const char cooldown_patch[] = { 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90 };
49          DDrPatch_Const((void*)0x00400000 + 0x0011a825, cooldown_patch);
50          
51 <        const char throwtest_patch[] = { 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90 };
52 <        DDrPatch_Const((void*)0x00400000 + 0x000dc190, throwtest_patch);
51 > //      const char throwtest_patch[] = { 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90 };
52 > //      DDrPatch_Const((void*)0x00400000 + 0x000dc190, throwtest_patch);
53          
54          return true;
55   }

Diff Legend

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