Rewrote network stack, started working on porting to 64-bit

This commit is contained in:
2022-03-12 11:39:41 +02:00
parent 64596d344c
commit a056345a7b
167 changed files with 1388 additions and 3085 deletions

View File

@@ -42,8 +42,8 @@ namespace quest
{
BYTE bHeader;
DWORD dwTargetPID;
long x;
long y;
int x;
int y;
monarch_transfer2_event_info()
: bHeader( 0 )
@@ -331,8 +331,8 @@ namespace quest
LPCHARACTER mob = NULL;
{
long x = ch->GetX();
long y = ch->GetY();
int x = ch->GetX();
int y = ch->GetY();
#if 0
if (11505 == mob_vnum) // Ȳ<>ݵβ<DDB5><CEB2><EFBFBD>
{