Changeset 422 for Daodan/src
- Timestamp:
- Jul 14, 2009, 8:40:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan.c
r349 r422 35 35 bool patch_alttab = true; 36 36 bool patch_particledisablebit = false; 37 bool patch_multibyte = true;37 bool patch_multibyte = false; 38 38 bool patch_cheattable = true; 39 39 … … 128 128 129 129 // Multi-byte patch (multiple language support) 130 if ( patch_multibyte)130 if (!patch_multibyte) 131 131 { 132 132 DDrPatch_Byte (OniExe + 0x0002d8f8, 0xeb);
Note:
See TracChangeset
for help on using the changeset viewer.