| # | Line 18 | Line 18 | HMODULE DDrONiModule; | |
|---|---|---|
| 18 | ||
| 19 | bool DDrPatch_Init() | |
| 20 | { | |
| 21 | + | DDrStartupMessage("daodan attached, patching engine"); |
| 22 | + | |
| 23 | // Font texture cache doubled | |
| 24 | DDrPatch_Byte (OniExe + 0x00020ea7, 0x20); | |
| 25 | DDrPatch_Byte (OniExe + 0x00020f4a, 0x40); | |
| # | Line 115 | Line 117 | void __cdecl DDrMain(int argc, char* arg | |
| 117 | // DDrPatch_MakeJump(ONrPlatform_Initialize, DDrPlatform_Initialize); | |
| 118 | // DDrPatch_MakeJump(gl_platform_initialize, daodangl_platform_initialize); | |
| 119 | ||
| 120 | < | // init_daodan_gl(); |
| 120 | > | init_daodan_gl(); |
| 121 | ||
| 122 | ONiMain(argc, argv); | |
| 123 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |