ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan.c
(Generate patch)

Comparing Daodan/src/Daodan.c (file contents):
Revision 325 by rossy, Sun May 17 12:19:35 2009 UTC vs.
Revision 326 by rossy, Thu May 28 10:33:59 2009 UTC

# Line 84 | Line 84 | void __cdecl DDrMain(int argc, char* arg
84          
85          // Windowed mode
86          DDrPatch_MakeJump(ONrPlatform_Initialize, DDrPlatform_Initialize);
87 +        DDrPatch_MakeJump(gl_platform_initialize, daodangl_platform_initialize);
88 +        
89 +        init_daodan_gl();
90          
91          ONiMain(argc, argv);
92   }

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)