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

@@ -602,7 +602,7 @@ void Take(fishing_event_info* info, LPCHARACTER ch)
{
if (info->step == 1) // <20><><EFBFBD><20>ɸ<EFBFBD> <20><><EFBFBD>¸<EFBFBD>..
{
long ms = (long) ((get_dword_time() - info->hang_time));
int ms = (int) ((get_dword_time() - info->hang_time));
DWORD item_vnum = 0;
int ret = Compute(info->fish_id, ms, &item_vnum, GetFishingLevel(ch));