Fix encoding warnings
warning C4828: The file contains a character starting at offse t 0x132 that is illegal in the current source character set (codepage 65001)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "stdafx.h"
|
||||
#include "stdafx.h"
|
||||
#include "char.h"
|
||||
#include "char_manager.h"
|
||||
#include "wedding.h"
|
||||
@@ -169,7 +169,7 @@ namespace quest
|
||||
}
|
||||
if (pMarriage->pWeddingInfo)
|
||||
{
|
||||
// °áÈ¥½Ä ³¡³»±â ¿äû
|
||||
// 결혼식 끝내기 요청
|
||||
pMarriage->RequestEndWedding();
|
||||
}
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user