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

Comparing Daodan/src/Daodan.c (file contents):
Revision 349 by rossy, Wed Jun 10 12:40:16 2009 UTC vs.
Revision 422 by rossy, Tue Jul 14 06:40:55 2009 UTC

# Line 34 | Line 34 | bool patch_cooldowntimer = true;
34   bool patch_throwtest = false;
35   bool patch_alttab = true;
36   bool patch_particledisablebit = false;
37 < bool patch_multibyte = true;
37 > bool patch_multibyte = false;
38   bool patch_cheattable = true;
39  
40   bool patch_safeprintf = true;
# Line 127 | Line 127 | bool DDrPatch_Init()
127                  DDrPatch_Int16 (OniExe + 0x001b184, 0x9090);
128          
129          // Multi-byte patch (multiple language support)
130 <        if (patch_multibyte)
130 >        if (!patch_multibyte)
131          {
132                  DDrPatch_Byte  (OniExe + 0x0002d8f8, 0xeb);
133                  DDrPatch_Byte  (OniExe + 0x0002d9ad, 0xeb);

Diff Legend

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