Changeset 422 for Daodan/src


Ignore:
Timestamp:
Jul 14, 2009, 8:40:55 AM (15 years ago)
Author:
rossy
Message:

slight change to the multibyte patch now that i know what it does :P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan.c

    r349 r422  
    3535bool patch_alttab = true;
    3636bool patch_particledisablebit = false;
    37 bool patch_multibyte = true;
     37bool patch_multibyte = false;
    3838bool patch_cheattable = true;
    3939
     
    128128       
    129129        // Multi-byte patch (multiple language support)
    130         if (patch_multibyte)
     130        if (!patch_multibyte)
    131131        {
    132132                DDrPatch_Byte  (OniExe + 0x0002d8f8, 0xeb);
Note: See TracChangeset for help on using the changeset viewer.