Changeset 323 for Daodan/src/Daodan.c


Ignore:
Timestamp:
May 17, 2009, 2:19:35 PM (16 years ago)
Author:
rossy
Message:

DDrPlatform_Initialize

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan.c

    r322 r323  
    22#include "Daodan_Patch.h"
    33#include "Daodan_Utility.h"
     4#include "Daodan_Win32.h"
    45
    56#include "Oni.h"
     
    8283        DDrPatch_MakeJump(UUrMachineTime_Sixtieths, DDrMachineTime_Sixtieths);
    8384       
     85        // Windowed mode
     86        DDrPatch_MakeJump(ONrPlatform_Initialize, DDrPlatform_Initialize);
     87       
    8488        ONiMain(argc, argv);
    8589}
Note: See TracChangeset for help on using the changeset viewer.