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 "libgame/grid.h"
|
||||
#include "constants.h"
|
||||
#include "utils.h"
|
||||
@@ -69,7 +69,7 @@ bool CShopEx::AddGuest(LPCHARACTER ch,DWORD owner_vid, bool bOtherEmpire)
|
||||
|
||||
pack2.owner_vid = owner_vid;
|
||||
pack2.shop_tab_count = m_vec_shopTabs.size();
|
||||
char temp[8096]; // ÃÖ´ë 1728 * 3
|
||||
char temp[8096]; // ÃÖ´ë 1728 * 3
|
||||
char* buf = &temp[0];
|
||||
size_t size = 0;
|
||||
for (itertype(m_vec_shopTabs) it = m_vec_shopTabs.begin(); it != m_vec_shopTabs.end(); it++)
|
||||
|
||||
Reference in New Issue
Block a user