ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.xs
(Generate patch)

Comparing deliantra/Deliantra-Client/Client.xs (file contents):
Revision 1.168 by root, Sat Dec 9 21:26:45 2006 UTC vs.
Revision 1.169 by root, Wed Dec 13 17:30:02 2006 UTC

1412 cell->stat_width = 1; 1412 cell->stat_width = 1;
1413 cell->stat_hp = *data++; 1413 cell->stat_hp = *data++;
1414 } 1414 }
1415 else if (cmd == 6) // monster width 1415 else if (cmd == 6) // monster width
1416 cell->stat_width = *data++ + 1; 1416 cell->stat_width = *data++ + 1;
1417 else if (cmd == 0x47) // monster width 1417 else if (cmd == 0x47)
1418 { 1418 {
1419 if (*data == 4) 1419 if (*data == 8)
1420 ; // decode player tag 1420 ; // decode player uuid
1421 1421
1422 data += *data + 1; 1422 data += *data + 1;
1423 } 1423 }
1424 else if (cmd == 8) // cell flags 1424 else if (cmd == 8) // cell flags
1425 cell->flags = *data++; 1425 cell->flags = *data++;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines