Changeset 692 for Daodan/src/Daodan.c
- Timestamp:
- Mar 7, 2013, 6:26:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan.c
r690 r692 1 #include <windows.h> 1 2 #include <string.h> 2 3 … … 12 13 13 14 #include "Oni.h" 14 #include "Oni_Persistence.h" 15 16 #include "BFW_Utility.h" 17 18 #include "oni_gl.h" 19 #include "daodan_gl.h" 20 21 #include "inifile.h" 15 16 #include "Oni_GL.h" 17 #include "Daodan_GL.h" 18 19 #include "Inifile_Reader.h" 22 20 23 21 HMODULE DDrDLLModule; … … 329 327 else if (!_stricmp(name, "switch")) 330 328 M3gResolutionSwitch = !_stricmp(inifile_cleanstr(value), "true"); 331 //else if (!_stricmp(name, "devmode"))332 //turn_dev_mode_on = !_stricmp(inifile_cleanstr(value), "true");333 329 else 334 330 DDrStartupMessage("unrecognised option \"%s\"", name); … … 681 677 } 682 678 683 //DDrPatch_MakeJump((void*)(OniExe + 0x000378c0, (void*)DDrException);684 679 DDrPatch_MakeJump((void*)(OniExe + 0x000245A0), (void*)DDrPrintWarning); 685 //init_daodan_gl();686 680 687 681 ONiMain(argc, argv);
Note:
See TracChangeset
for help on using the changeset viewer.