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 993 by alloc, Sun Apr 6 17:06:02 2014 UTC vs.
Revision 994 by alloc, Mon Apr 7 10:33:27 2014 UTC

# Line 5 | Line 5
5  
6   #include "Daodan.h"
7   #include "Daodan_Patch.h"
8 < #include "Daodan_Utility.h"
9 < #include "Daodan_Cheater.h"
10 < #include "Daodan_BSL.h"
11 < #include "Daodan_Console.h"
8 > #include "Patches/Utility.h"
9 > #include "Patches/Cheater.h"
10 > #include "Patches/BSL.h"
11 > #include "Patches/Console.h"
12   #include "Daodan_Config.h"
13 < #include "patches/Patches.h"
13 > #include "Patches/Patches.h"
14 > #include "Patches/Localization.h"
15   #include "bink-proxy.h"
16   #include "_Version.h"
17  
# Line 32 | Line 33 | void __cdecl DDrMain(int argc, char* arg
33          STARTUPMESSAGE("%s", buffer);
34          
35          DDrConfig(argc, argv);
36 +        DD_Localization();
37  
38          if(GetKeyState(VK_SHIFT) & 0x8000) {
39                  STARTUPMESSAGE("Shift", 0);

Diff Legend

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