text encoding fixed

This commit is contained in:
d1str4ught
2025-08-18 02:12:07 +02:00
parent da0a923cde
commit 34000c3306
484 changed files with 5767 additions and 5767 deletions

View File

@@ -1,42 +1,42 @@
#include "stdafx.h"
#include "stdafx.h"
#include "start_position.h"
char g_nation_name[4][32] =
{
"",
"신수국",
"천조국",
"진노국",
"신수국",
"천조국",
"진노국",
};
// LC_TEXT("신수국")
// LC_TEXT("천조국")
// LC_TEXT("진노국")
// LC_TEXT("신수국")
// LC_TEXT("천조국")
// LC_TEXT("진노국")
long g_start_map[4] =
{
0, // reserved
1, // 신수국
21, // 천조국
41 // 진노국
1, // 신수국
21, // 천조국
41 // 진노국
};
DWORD g_start_position[4][2] =
{
{ 0, 0 }, // reserved
{ 469300, 964200 }, // 신수국
{ 55700, 157900 }, // 천조국
{ 969600, 278400 } // 진노국
{ 469300, 964200 }, // 신수국
{ 55700, 157900 }, // 천조국
{ 969600, 278400 } // 진노국
};
DWORD arena_return_position[4][2] =
{
{ 0, 0 },
{ 347600, 882700 }, // 자양현
{ 138600, 236600 }, // 복정현
{ 857200, 251800 } // 박라현
{ 347600, 882700 }, // 자양현
{ 138600, 236600 }, // 복정현
{ 857200, 251800 } // 박라현
};