forked from metin2/server
Rewrote network stack, started working on porting to 64-bit
This commit is contained in:
@@ -18,7 +18,7 @@ class CExchange
|
||||
bool Accept(bool bIsAccept = true);
|
||||
void Cancel();
|
||||
|
||||
bool AddGold(long lGold);
|
||||
bool AddGold(int lGold);
|
||||
bool AddItem(TItemPos item_pos, BYTE display_pos);
|
||||
bool RemoveItem(BYTE pos);
|
||||
|
||||
@@ -44,7 +44,7 @@ class CExchange
|
||||
BYTE m_abItemDisplayPos[EXCHANGE_ITEM_MAX_NUM];
|
||||
|
||||
bool m_bAccept;
|
||||
long m_lGold;
|
||||
int m_lGold;
|
||||
|
||||
CGrid * m_pGrid;
|
||||
|
||||
|
Reference in New Issue
Block a user