--- Daodan/src/Daodan.c 2014/04/06 17:06:02 993 +++ Daodan/src/Daodan.c 2014/04/07 10:33:27 994 @@ -5,12 +5,13 @@ #include "Daodan.h" #include "Daodan_Patch.h" -#include "Daodan_Utility.h" -#include "Daodan_Cheater.h" -#include "Daodan_BSL.h" -#include "Daodan_Console.h" +#include "Patches/Utility.h" +#include "Patches/Cheater.h" +#include "Patches/BSL.h" +#include "Patches/Console.h" #include "Daodan_Config.h" -#include "patches/Patches.h" +#include "Patches/Patches.h" +#include "Patches/Localization.h" #include "bink-proxy.h" #include "_Version.h" @@ -32,6 +33,7 @@ void __cdecl DDrMain(int argc, char* arg STARTUPMESSAGE("%s", buffer); DDrConfig(argc, argv); + DD_Localization(); if(GetKeyState(VK_SHIFT) & 0x8000) { STARTUPMESSAGE("Shift", 0);