# | Line 20 | Line 20 | |
---|---|---|
20 | HMODULE DDrDLLModule; | |
21 | HMODULE DDrONiModule; | |
22 | ||
23 | – | |
23 | void __cdecl DDrMain(int argc, char* argv[]) | |
24 | { | |
25 | time_t rawtime; | |
# | Line 36 | Line 35 | void __cdecl DDrMain(int argc, char* arg | |
35 | DDrConfig(argc, argv); | |
36 | ||
37 | DD_Patch_Init(); | |
38 | < | |
40 | < | |
38 | > | |
39 | ONiMain(argc, argv); | |
40 | } | |
41 | /* |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |