Changeset 323 for Daodan/src/Daodan.c
- Timestamp:
- May 17, 2009, 2:19:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan.c
r322 r323 2 2 #include "Daodan_Patch.h" 3 3 #include "Daodan_Utility.h" 4 #include "Daodan_Win32.h" 4 5 5 6 #include "Oni.h" … … 82 83 DDrPatch_MakeJump(UUrMachineTime_Sixtieths, DDrMachineTime_Sixtieths); 83 84 85 // Windowed mode 86 DDrPatch_MakeJump(ONrPlatform_Initialize, DDrPlatform_Initialize); 87 84 88 ONiMain(argc, argv); 85 89 }
Note:
See TracChangeset
for help on using the changeset viewer.